Enum ErrorBarDirection
Represents the error bar direction for ErrorBarSeries.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum ErrorBarDirection
Fields
| Name | Description |
|---|---|
| Both | This indicates the error bars are drawn in both directions. |
| Minus | This indicates the error bars are only drawn in a negative direction. |
| Plus | This indicates the error bars are only drawn in a positive direction. |