ChartSeriesLegendItemMarkersSettingsTagHelper

Example

Razor
<markers>
    <border />
</markers>

ChildTags

Attributes

AttributeTypeDescription
backgroundStringThe background color of the legend item markers.
background-handlerStringThe background color of the legend item markers.
border-radiusDoubleThe border radius in pixels when type is set to "roundedRect".
typeChartMarkerShapeThe markers shape.
type-handlerStringThe markers shape.
visibleBooleanIf set to true the chart will display the legend item markers. Defaults to the series options.
visible-handlerStringIf set to true the chart will display the legend item markers. Defaults to the series options.
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..
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support