The ErrorBarSettings
class provides options to customize the appearance and behavior of error bars in a series.
string
The color of the error bar’s stroke, which accepts values in hex, rgba, or as a valid CSS color string.
Defaults to null
Specifies the direction of the error bar. The available options are:
Defaults to ‘Both’
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.
Defaults to ”
number
| string
The horizontal error of the point can also be mapped from the data source.
Defaults to 1
number
| string
The horizontal negative error of the point can be mapped from the data source as well.
Defaults to 1
number
| string
The horizontal positive error of the point can be mapped from the data source as well.
Defaults to 1
Specifies the mode for the error bar. The available options are:
Defaults to ‘Vertical’
Specifies the type of error bar. The available options are:
Defaults to ‘Fixed’
number
| string
The vertical error for the point can also be mapped from the data source.
Defaults to 1
number
| string
The vertical negative error of the point can be mapped from the data source as well.
Defaults to 3
number
| string
The vertical positive error of the point can be mapped from the data source as well.
Defaults to 3
boolean
If set to true, the error bar for the data will be rendered.
Defaults to false
number
The width
property determines the thickness of the error bars rendered in the chart series.
Defaults to 1