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

NavigatorSeriesOutliersComponent

Represents the outliers configuration of the StockChart navigator series. Applies to mild outliers.

Selector

kendo-chart-navigator-series-item-outliers

Inputs

NameTypeDefaultDescription

background

string

Specifies the background color of the outliers.

border

Border

Specifies the border configuration of the outliers.

rotation

number

Specifies the rotation angle of the outliers.

size

number

6

Specifies the marker size in pixels.

type

MarkerType

'circle'

Specifies 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.

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