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

RadChart X Axis Lable summary (Legend) text

2 Answers 54 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Irfan
Top achievements
Rank 1
Irfan asked on 06 Aug 2013, 08:14 AM
  I want x axis summary text as in the attachment, it is possible, I am using rad chart
  and how can i achieve this.
 Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Rosko
Telerik team
answered on 08 Aug 2013, 09:00 AM
Hi Irfan,

You need to set the two properties shown in the code snippet below:
RadChart1.PlotArea.XAxis.AxisLabel.Visible = true;
RadChart1.PlotArea.XAxis.AxisLabel.TextBlock.Text = "Axis Label";

Also, if you want to further customize the label, please, check the following online help topic.

Regards,
Rosko
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Irfan
Top achievements
Rank 1
answered on 12 Aug 2013, 09:41 AM
Hi Rosko,

Perfect great solution.
Thanks.
Tags
Chart (Obsolete)
Asked by
Irfan
Top achievements
Rank 1
Answers by
Rosko
Telerik team
Irfan
Top achievements
Rank 1
Share this question
or