ChartSeriesMarkersSettingsTagHelper

Example

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

ChildTags

Attributes

AttributeTypeDescription
backgroundStringThe background color of the series markers.
background-handlerStringThe background color of the series markers.
border-radiusDoubleThe border radius in pixels when type is set to "roundedRect". Defaults to 1/5 of the marker size.
rotationDoubleThe rotation angle of the markers.
rotation-handlerStringThe rotation angle of the markers.
sizeDoubleThe marker size in pixels.
size-handlerStringThe marker size in pixels.
typeChartMarkerShapeSpecifies the shape of the marker.
type-handlerStringSpecifies the shape of the marker.
visibleBooleanIf set to true the chart will display the series markers. By default chart series markers are displayed.
visible-handlerStringIf set to true the chart will display the series markers. By default chart series markers are displayed.
visualStringA 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-indexDoubleAn optional Z-index that can be used to change the default stacking order of the markers.
z-index-handlerStringAn optional Z-index that can be used to change the default stacking order of the markers.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support