SeriesMarkersComponent
The configuration of the Chart series marker.
<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>
Selector
kendo-chart-series-item-markers
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
The background color of the series markers. | |
border |
|
The border of the markers. | |
from |
|
The Chart series marker configuration for the | |
rotation |
|
The rotation angle of the markers. | |
size |
|
|
The marker size in pixels. |
to |
|
The Chart series marker configuration for the | |
type |
|
|
The shape of the series markers. |
visible |
|
|
If set to |
visual |
|
A function for creating a custom visual for the markers. |
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
| ||||||
|