This is a migrated thread and some comments may be shown as answers.

Y Axis Label title should display in Red color

1 Answer 19 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Manishkumar
Top achievements
Rank 1
Manishkumar asked on 02 Aug 2012, 11:45 AM
Hi ,

I wanted to display Y axis Title in Red color .How to do that ?

I have attached image with this thread .

NOTE:
In the IMAGE :
The Label inside the oval shape[Right Side] should display in Red color.

Please Reply .

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 06 Aug 2012, 07:45 AM
Hello,

You can use the AxisStyles for this:
<telerik:AxisY Title="some title">
 <telerik:AxisY.AxisStyles>
  <telerik:AxisStyles>
   <telerik:AxisStyles.TitleStyle>
    <Style TargetType="telerik:AxisTitle">
     <Setter Property="Foreground" Value="Red" />

Greetings,
Petar Marchev
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Chart
Asked by
Manishkumar
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or