Class ErrorBarMode
Represents the error bar mode for ErrorBarSeries.
Inheritance
System.Object
ErrorBarMode
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class ErrorBarMode : Enum
Fields
Both
Represent the error bar mode in both.
Declaration
public const ErrorBarMode Both
Field Value
Type |
---|
ErrorBarMode |
Horizontal
Represent the error bar mode in horizontal.
Declaration
public const ErrorBarMode Horizontal
Field Value
Type |
---|
ErrorBarMode |
Vertical
Represent the error bar mode in vertical.
Declaration
public const ErrorBarMode Vertical
Field Value
Type |
---|
ErrorBarMode |