Enum ErrorBarType
Defines the type of 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.
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public enum ErrorBarType
Fields
Name | Description |
---|---|
Custom | |
Fixed | |
Percentage | |
StandardDeviation | |
StandardError |