ChartSeriesMarkersFromSettingsTagHelper
Example
Razor
<from>
<chart-series-markers-from-border />
</from>
ChildTags
Tag Name | Details |
---|---|
chart-series-markers-from-border | ChartSeriesMarkersFromBorderSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
background | String | The background color of the markers. |
background-handler | String | The background color of the markers. |
rotation | Double | The rotation angle of the markers. |
rotation-handler | String | The rotation angle of the markers. |
size | Double | The marker size in pixels. |
size-handler | String | The marker size in pixels. |
type | ChartMarkerShape | Specifies the shape of the "from" marker. |
type-handler | String | Specifies the shape of the "from" marker. |
visible | Boolean | If set to true the chart will display the series markers. By default chart series markers are displayed. |
visible-handler | String | If set to true the chart will display the series markers. By default chart series markers are displayed. |
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.. |