ChartSeriesDefaultsLegendItemSettingsTagHelper
Example
Razor
<legend-item>
    <area></area>
    <highlight></highlight>
    <line />
    <markers></markers>
</legend-item>ChildTags
Attributes
| Attribute | Type | Description | 
|---|---|---|
| cursor | String | The cursor style of the legend item. | 
| type | String | Sets 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.. | 
| visual | String | A 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.. |