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

SeriesOutliersComponent

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

Selector

kendo-chart-series-item-outliers

Inputs

NameTypeDefaultDescription

background

string

The background color of the series outliers.

border

Border

The border of the outliers.

rotation

number

The rotation angle of the outliers.

size

number

6

The marker size in pixels.

type

MarkerType

'circle'

The outliers shape.

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?