Hi,
i have an Graph at Report.
But the x axis started not at 0. See Attachment.
How can i set the axis to start at zero position programically?
3 Answers, 1 is accepted
0
Nasko
Telerik team
answered on 16 Dec 2013, 01:50 PM
Hello Simon,
You can set the starting values of the axes (with Numerical, Logarithmic or DateTime scale) by changing the Graph.CoordinateSystems.cartesianCoordinateSystem1.XAxis.Scale.Minimum or the Graph.CoordinateSystems.cartesianCoordinateSystem1.YAxis.Scale.Minimum.
New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.
Depending on your scenario you can try to set a different scale for the axis. For more information on how to do that, please follow the How to: Change the Axis Scale help article.
Regards,
Nasko
Telerik
New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.