J.
J.Nagarajan
Syncfusion Team
July 17, 2008 12:11 PM UTC
Hi Rod ,
The Range property of the ChartControl's Axis is affected by the RangeType property. This property is set to ChartAxisRangeType.Auto by default. If the RangeType is default then the chart will automatically sets its minimum, maximum and interval values. So please set the RangeType of PrimaryYAxis to Auto to display the high range of chart.
this.chartControl1.PrimaryYAxis.RangeType = ChartAxisRangeType.Auto;
Please let me know if this helps.
Regards,
Nagaraj