Class ErrorBarMode
Represents the error bar mode for ErrorBarSeries.
Inheritance
System.Object
ErrorBarMode
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class ErrorBarMode : Enum
Fields
Both
Specify whether to display both the horizontal error bar and vertical error bar.
Declaration
public const ErrorBarMode Both
Field Value
Type |
---|
ErrorBarMode |
Horizontal
Specify whether to display only the horizontal error bar.
Declaration
public const ErrorBarMode Horizontal
Field Value
Type |
---|
ErrorBarMode |
Vertical
Specify whether to display only the vertical error bar.
Declaration
public const ErrorBarMode Vertical
Field Value
Type |
---|
ErrorBarMode |