New to Kendo UI for Angular? Start a free 30-day trial

SeriesExtremesComponent

The configuration of the Chart series extremes. Applies to extreme outliers. For more information, refer to series.outliers.

Selector

kendo-chart-series-item-extremes

Inputs

NameTypeDefaultDescription

background

string

The background color of the series extremes.

border

Border

The border of the extremes.

rotation

number

The rotation angle of the extremes.

size

number

6

The extremes size in pixels.

type

MarkerType

'circle'

The shape of the series extremes.

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.

item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article

Not finding the help you need?