New to Telerik UI for ASP.NET Core? Download free 30-day trial

ChartSeriesMarkersSettingsTagHelper

Example

<markers>
    <border />
    <from></from>
    <to></to>
</markers>

ChildTags

Tag Name Details
border ChartSeriesMarkersBorderSettingsTagHelper
from ChartSeriesMarkersFromSettingsTagHelper
to ChartSeriesMarkersToSettingsTagHelper

Attributes

Attribute Type Description
background String The background color of the series markers.
background-handler String The background color of the series markers.
border-radius Double The border radius in pixels when type is set to "roundedRect". Defaults to 1/5 of the marker size.
rotation Double The rotation angle of the markers.
rotation-handler String The rotation angle of the markers.
size Double The marker size in pixels.
size-handler String The marker size in pixels.
type ChartMarkerShape Specifies the shape of the marker.
type-handler String Specifies the shape of the marker.
visible Boolean If set to true the chart will display the series markers. By default chart series markers are displayed.
visible-handler String If set to true the chart will display the series markers. By default chart series markers are displayed.
visual String A function that can be used to create a custom visual for the markers. The available argument fields are: rect - the kendo.geometry.Rect that defines where the visual should be rendered.; options - the marker options.; createVisual - a function that can be used to get the default visual.; category - the category of the marker point.; dataItem - the dataItem of the marker point.; value - the value of the marker point.; sender - the chart instance. or series - the series of the marker point..
z-index Double An optional Z-index that can be used to change the default stacking order of the markers.
z-index-handler String An optional Z-index that can be used to change the default stacking order of the markers.
In this article
Not finding the help you need?