NavigatorSeriesErrorBarsComponent
Represents the error bars of the StockChart navigator series.
<kendo-stockchart>
<kendo-chart-navigator>
<kendo-chart-navigator-series>
<kendo-chart-navigator-series-item type="area" [data]="data" field="value" categoryField="date">
<kendo-chart-navigator-series-item-error-bars>
</kendo-chart-navigator-series-item-error-bars>
</kendo-chart-navigator-series-item>
</kendo-chart-navigator-series>
</kendo-chart-navigator>
</kendo-stockchart>
Selector
kendo-chart-navigator-series-item-error-bars
Inputs
Name | Type | Default | Description |
---|---|---|---|
color |
|
Specifies the color of the error bars. | |
endCaps |
|
|
Determines whether the caps of the error bars are displayed. By default, the caps are visible. |
line |
|
Specifies the line configuration of the error bars. | |
value |
|
Specifies the value for the error bars. | |
visual |
|
Specifies a function that creates a custom visual for the error bars. | |
xValue |
|
Specifies the x-axis value for the error bars. | |
yValue |
|
Specifies the y-axis value for the error bars. |
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
| ||||||
|