Enum ErrorBarMode
Represents the error bar mode for ErrorBarSeries.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum ErrorBarMode
Fields
| Name | Description |
|---|---|
| Both | Specify to display both the horizontal error bar and vertical error bar. |
| Horizontal | Specify whether to display only the horizontal error bar. |
| Vertical | Specify whether to display only the vertical error bar. |