SeriesMarkersComponent
Represents 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 |
|
Specifies the background color of the markers. | |
border |
|
Specifies the border configuration of the markers. | |
from |
|
Specifies the | |
rotation |
|
Specifies the rotation angle of the markers. | |
size |
|
|
Specifies the marker size in pixels. |
to |
|
Specifies the | |
type |
|
|
Specifies the shape of the series markers. |
visible |
|
|
Determines whether the Chart displays the series markers. |
visual |
|
Specifies a function that creates 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
| ||||||
|