DJ
Davis Jebaraj
Syncfusion Team
June 18, 2004 02:22 PM UTC
Hi,
You can set a custom range for the Y axis and prevent any negative values:
this.chartControl1.PrimaryYAxis.RangeType = ChartAxisRangeType.Set;
this.chartControl1.PrimaryYAxis.Range.Min = 0;
Regards,
Davis