SeriesMarkersComponent
Represents the configuration of the Chart series marker.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-series-item-markers
Syntax:
<kendo-chart ...>
<kendo-chart-series>
<kendo-chart-series-item type="line"...>
<kendo-chart-series-item-markers background="blue"> </kendo-chart-series-item-markers>
</kendo-chart-series-item>
</kendo-chart-series>
</kendo-chart>
Inputs
background
string
Specifies the background color of the markers.
Specifies the from markers configuration.
rotation
number
Specifies the rotation angle of the markers.
size
number
Specifies the marker size in pixels.
6
Specifies the to markers configuration.
Specifies the shape of the series markers.
'cirlce'
visible
boolean
Determines whether the Chart displays the series markers.
true
Specifies a function that creates a custom visual for the markers.
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.
An object containing the updated input fields.