AD
Administrator
Syncfusion Team
June 11, 2005 05:03 AM UTC
Hi Shanker,
I tested with the default values of the chart series (0 and 1000) and set the DesiredIntervals to be 2 and that works. Could you please tell us what range you are using so that I can try to reproduce the problem.
Another option would be to set the Range.Interval property of the ChartAxis to control the interval:
ChartWebControl1.ChartArea.PrimaryYAxis.Range.Interval = 100
If you range has a spread of 1000, the above statement forces the chart to have 10 intervals.
Thanks.
Regards,
Davis