New to Kendo UI for AngularStart a free 30-day trial

NavigatorSeriesErrorBarsComponent

Represents the error bars of the StockChart navigator series.

html
<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

NameTypeDefaultDescription

color

string

Specifies the color of the error bars.

endCaps

boolean

true

Determines whether the caps of the error bars are displayed. By default, the caps are visible.

line

ErrorBarLine

Specifies the line configuration of the error bars.

value

string

Specifies the value for the error bars.

visual

(e: ErrorBarsVisualArgs) => Element

Specifies a function that creates a custom visual for the error bars.

xValue

string

Specifies the x-axis value for the error bars.

yValue

string

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
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support