Class ErrorBarDirection
Defines the direction of error bar. They are: Both - Renders the error bar in both directions. Minus - Renders the error bar in the negative direction. Plus - Renders the error bar in the positive direction.
Inheritance
System.Object
ErrorBarDirection
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ErrorBarDirection : Enum
Fields
Both
Declaration
public const ErrorBarDirection Both
Field Value
Type |
---|
ErrorBarDirection |
Minus
Declaration
public const ErrorBarDirection Minus
Field Value
Type |
---|
ErrorBarDirection |
Plus
Declaration
public const ErrorBarDirection Plus
Field Value
Type |
---|
ErrorBarDirection |