Interface for a class ErrorBarSettings
string
The color of the error bar’s stroke, which accepts values in hex, rgba, or as a valid CSS color string.
Specifies the direction of the error bar. The available options are:
The errorBarCap
property allows customization of the appearance and behavior of the caps at the ends of error bars in a chart series.
string
Defines the color for the error bar, which is mapped to the data source mapping name.
number
| string
The horizontal error of the point can also be mapped from the data source.
number
| string
The horizontal negative error of the point can be mapped from the data source as well.
number
| string
The horizontal positive error of the point can be mapped from the data source as well.
Specifies the mode for the error bar. The available options are:
Specifies the type of error bar. The available options are:
number
| string
The vertical error for the point can also be mapped from the data source.
number
| string
The vertical negative error of the point can be mapped from the data source as well.
number
| string
The vertical positive error of the point can be mapped from the data source as well.
boolean
If set to true, the error bar for the data will be rendered.
number
The width
property determines the thickness of the error bars rendered in the chart series.