Class ErrorBarType
Defines the type of the error bar. They are:
Fixed - Renders a fixed type error bar.
Percentage - Renders a percentage type error bar.
StandardDeviation - Renders a standard deviation type error bar.
StandardError -Renders a standard error type error bar.
Custom -Renders a custom type error bar.
Inheritance
System.Object
ErrorBarType
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ErrorBarType : Enum
Fields
Custom
Declaration
public const ErrorBarType Custom
Field Value
Fixed
Declaration
public const ErrorBarType Fixed
Field Value
Percentage
Declaration
public const ErrorBarType Percentage
Field Value
StandardDeviation
Declaration
public const ErrorBarType StandardDeviation
Field Value
StandardError
Declaration
public const ErrorBarType StandardError
Field Value