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

Represents the configuration of the Chart series error bars (see example).

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-series-item-error-bars

Inputs

color

string

Specifies the color of the error bars.

endCaps

boolean

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

Default:

true

Specifies the line configuration of the error bars.

value

string

Specifies the value for the error bars.

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

Parameters:eErrorBarsVisualArgsReturns:

Element

xValue

string

Specifies the x-axis value for the error bars.

yValue

string

Specifies the y-axis value for the error bars.

Methods

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.

Parameters:changesany

An object containing the updated input fields.