ChartSeriesLegendItemSettingsTagHelper

Example

Razor
<legend-item>
    <area></area>
    <highlight></highlight>
    <line />
    <markers></markers>
</legend-item>

ChildTags

Attributes

AttributeTypeDescription
cursorStringThe cursor style of the legend item.
typeStringSets the type of the legend items. The default value is based on the series type.The supported values are: "line"—the legend items are rendered as a line. This is the default value for line charts. or "area"—the legend items are rendered as a filled rectangle. This is the default value for area charts..
visualStringA function that can be used to create a custom visual for the legend items. The available argument fields are: options—The item options.; createVisual—A function for getting the default visual.; series—The item series. or pointIndex—The index of the point in the series. Available for the Pie, Donut, and Funnel series..
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support