Allows options for customize the error bar chart series with different settings such as type, direction, mode, color, width, etc.
string
Allows to set the color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.
Defaults to null
Allows to set the direction of the error bar . They are
Defaults to ‘Both’
PivotChartErrorBarCapSettingsModel
Allows options for customizing the cap of the error bar.
number
Allows to set the horizontal error of the error bar.
Defaults to 1
number
Allows to set the horizontal negative error of the error bar.
Defaults to 1
number
Allows to set the horizontal positive error of the error bar.
Defaults to 1
Allows to set the mode of the error bar . They are
Defaults to ‘Vertical’
Allows to set the type of the error bar . They are
Defaults to ‘Fixed’
number
Allows to set the vertical error of the error bar.
Defaults to 1
number
Allows to set the vertical negative error of the error bar.
Defaults to 3
number
Allows to set the vertical positive error of the error bar.
Defaults to 3
boolean
If set true, error bar for data gets rendered.
Defaults to false
number
Allows to set the stroke width of the error bar.
Defaults to 1