NavigatorSeriesExtremesComponent
The extremes configuration of the StockChart navigator series. Applies to extreme outliers.
Selector
kendo-chart-navigator-series-item-extremes
Inputs
background
string
The background color of the series extremes.
border
The border of the extremes.
rotation
number
The rotation angle of the extremes.
size
number
The extremes size in pixels.
type
The shape of the series extremes.
The supported values are:
"circle"
—The marker shape is a circle."square"
—The marker shape is a square."triangle"
—The marker shape is a triangle."cross"
—The marker shape is a cross.
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.