ChartLegendItemMarkersSettingsTagHelper
Example
Razor
<markers>
<border />
</markers>
ChildTags
| Tag Name | Details |
|---|---|
| border | ChartLegendItemMarkersBorderSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| background | String | The background color of the legend item markers. |
| background-handler | String | The background color of the legend item markers. |
| border-radius | Double | The border radius in pixels when type is set to "roundedRect". |
| type | ChartMarkerShape | The markers shape. |
| type-handler | String | The markers shape. |
| visible | Boolean | If set to true the chart will display the legend item markers. Defaults to the series options. |
| visible-handler | String | If set to true the chart will display the legend item markers. Defaults to the series options. |
| visual | String | A 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.. |