SeriesOutliersComponent
Component
Represents the configuration of the Chart series outliers.
Applies to mild outliers.
For more information, refer to series.outliers.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-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.