NavigatorSeriesOutliersComponent
Component
Represents the outliers configuration of the StockChart navigator series. Applies to mild outliers.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-navigator-series-item-outliers
Inputs
background
string
Specifies the background color of the outliers.
rotation
number
Specifies the rotation angle of the outliers.
size
number
Specifies the marker size in pixels.
Default:
6
Specifies the outliers shape.
Default:
'circle'
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.