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

Chart Axis labels

1 Answer 110 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 05 Feb 2010, 02:18 PM
Hi we are using both charting objects Telerik.Chart and Telerik.Reporting.Chart in the Asp.net Ajax controls chart we use the prePaint method to hide the top and bottom YAxis Labels on our bubble chart via this method:
public void RadChart_PrePaint1(object sender, EventArgs e)  
        {  
            RadChart.PlotArea.YAxis.SetItemLabel(0, "");  
            RadChart.PlotArea.YAxis.SetItemLabel(7, "");  
        } 
THis method does not appear to be available in the Reporting chart though. Anyone know a workaround?

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 09 Feb 2010, 02:32 PM
Hello Jason,

Indeed we do not expose such events as the Reporting life cycle is completely different. As explained in the Chart help article, if you want to make any changes to the definition chart item, NeedDataSource event is your last chance.

Best wishes,
Steve
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
General Discussions
Asked by
Jason
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or