We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Series Customization - ErrorBar

Hi,

I didnt get errorbars on column chart. For that i used the following code,

ChartSeries series = this.chartControl1.Model.NewSeries("Series Name", ChartSeriesType.Column);
series.Points.Add(1, 2);
series.Points.Add(2, 3);
series.Points.Add(3, 4);

this.chartControl1.Series.Add(series);
series.DrawErrorBars = true;

Let me know the answer.

1 Reply

GR Golda Rebecal Syncfusion Team July 25, 2007 11:42 AM UTC

Hi Sathiskumar,

Thanks for using Syncfusion Products.

Please refer to the attached sample.

http://websamples.syncfusion.com/samples/Chart.Windows/F64773/main.htm


The above sample illustrates how to enable Errorbar in column chart.

Please let me know if you have any more queries.

Best regards,
Golda.

Loader.
Live Chat Icon For mobile
Up arrow icon