This question is locked. New answers and comments are not allowed.
Hello Team,
I have a requirement where i need to show a scattered chart in telerik reporting which populates the data from a datatable having huge number of records
i want to plot the graph with reverse Y- Axis which looks like below
if you observe the above picture the Y-Axis is in reverse order, i mean values start with the smallest number first
basically i need clarity on following questions:
1. Y-Axis reverse order, i got the below but not suits to my current requirement
http://telerikhelper.net/2012/09/29/step-by-step-guide-to-work-with-radhtmlchart-for-asp-net-ajax/
http://blogs.telerik.com/aspnetmvcteam/posts/12-06-18/a-quick-look-at-the-q2-2012-release-of-the-telerik-extensions-for-aspnet-mvc.aspx
http://www.telerik.com/community/forums/reporting/telerik-reporting/invert-y-axis-in-telerik-reporting-charts.aspx
suggested to populate the y values as negative, i cant do it as there are n number of records in my table.
2. i want to show the legend outside the graph, above picture it is on the plotarea, i have searched in forums there is an option called
3. i need clarity on this,
radchart and telerik report chart have the same engine, i mean telerik report chart uses the engine of RadChart ??, if so why all properties are not supporting???
please help me, i already raise a request for Scattered Line Chart, which is currently not supported by telerik, if so in new release please let me know, when you guys are giving scatteredlinechart in charttypes???
Please answer me to the above questions, i bought telerik only for reporting, but when i found that its not supporting scatteredLine charts, i was quite upset
I have a requirement where i need to show a scattered chart in telerik reporting which populates the data from a datatable having huge number of records
i want to plot the graph with reverse Y- Axis which looks like below
if you observe the above picture the Y-Axis is in reverse order, i mean values start with the smallest number first
basically i need clarity on following questions:
1. Y-Axis reverse order, i got the below but not suits to my current requirement
http://telerikhelper.net/2012/09/29/step-by-step-guide-to-work-with-radhtmlchart-for-asp-net-ajax/
http://blogs.telerik.com/aspnetmvcteam/posts/12-06-18/a-quick-look-at-the-q2-2012-release-of-the-telerik-extensions-for-aspnet-mvc.aspx
http://www.telerik.com/community/forums/reporting/telerik-reporting/invert-y-axis-in-telerik-reporting-charts.aspx
suggested to populate the y values as negative, i cant do it as there are n number of records in my table.
2. i want to show the legend outside the graph, above picture it is on the plotarea, i have searched in forums there is an option called
this.radChart.DefaultView.ChartLegendPosition = Dock.Bottom; which is for radchart, i need this option for Report Chart,,but missing CenterRight option, which is missing in telerik report chart for winforms
Alternative i tried below property,
chart1.Legend.Appearance.Position.AlignedPosition = Telerik.Reporting.Charting.Styles.AlignedPositions.TopRight;
3. i need clarity on this,
radchart and telerik report chart have the same engine, i mean telerik report chart uses the engine of RadChart ??, if so why all properties are not supporting???
please help me, i already raise a request for Scattered Line Chart, which is currently not supported by telerik, if so in new release please let me know, when you guys are giving scatteredlinechart in charttypes???
Please answer me to the above questions, i bought telerik only for reporting, but when i found that its not supporting scatteredLine charts, i was quite upset