GM
Geetha M
Syncfusion Team
December 15, 2005 09:58 AM UTC
Hi Terry,
To set the Y Axis visible range to start from 0 and to adjust the range of the Y axis you need to set the range of the axis manually. The following code illustrates this:
this.chartControl1.PrimaryYAxis.Range = new MinMaxInfo(0,40,10);
The above code sets the Y axis minimum value, maximum value and interval respectively.
You can also set the range for X axis and for any secondary axis you create in the same way.
I hope this helps you.
Thanks and Regards,
Geetha