2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Error Bars are used to find out the top and bottom error of the control. ErrorBars can be displayed by setting DrawErrorBar property to true. We can also customize the errorbar's symbol shape using ErrorBarsSymbolShape property. At present the symbol can be drawn only to line chart. The symbol represents the top and bottom error of the control. We can have seperate symbol to represent different series. C#// Enabling ErrorBars this.chartControl1.Series[0].DrawErrorBars = true; // Setting the shape of error bars this.chartControl1.Series[0].ErrorBarsSymbolShape = ChartSymbolShape.Circle; VB' Enabling ErrorBars Me.ChartControl1.Series[0].DrawErrorBars = true ' Setting the shape of error bars Me.ChartControl1.Series[0].ErrorBarsSymbolShape = ChartSymbolShape.Circle |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.