ChartLegendItemSettingsTagHelper
Example
<item>
</item>
Attributes
Attribute | Type | Description |
---|---|---|
cursor | String | The cursor style of the legend item. |
type | ChartLegendItemType | The type of the legend items. |
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 that can be used to get the default visual.; series - the item series. or pointIndex - the index of the point in the series. Available for pie, donut and funnel series.. |