NavigatorSeriesErrorBarsComponent
The error bars of the StockChart navigator series.
Selector
kendo-chart-navigator-series-item-error-bars
Inputs
Name | Type | Default | Description |
---|---|---|---|
color |
|
The color of the error bars. Accepts a valid CSS color string, including HEX and RGB. | |
endCaps |
|
|
If set to |
line |
|
The error bars line options. | |
value |
|
The error bars value.
The value option is supported when series.type is set to The following value types are supported:
high values.
and high values. Between the parentheses, a number can be specified that will be multiplied by the calculated standard deviation.
| |
visual |
|
A function for creating custom visuals for the error bars. | |
xValue |
|
The value of the | |
yValue |
|
The value of the |
Methods
notifyChanges | ||||||
---|---|---|---|---|---|---|
Updates the component fields with the specified values and refreshes the Chart. Use this method when the configuration values cannot be set through the template. ts
| ||||||
|