ChartSeriesLabelsToSettingsTagHelper
Example
Razor
<chart-series-labels-to>
<border />
<margin />
<padding />
</chart-series-labels-to>
ChildTags
Tag Name | Details |
---|---|
border | ChartSeriesLabelsToBorderSettingsTagHelper |
margin | ChartSeriesLabelsToMarginSettingsTagHelper |
padding | ChartSeriesLabelsToPaddingSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
background | String | The background color of the to labels. Accepts a valid CSS color string, including hex and rgb. |
background-handler | String | The background color of the to labels. Accepts a valid CSS color string, including hex and rgb. |
color | String | The text color of the to labels. Accepts a valid CSS color string, including hex and rgb. |
color-handler | String | The text color of the to labels. Accepts a valid CSS color string, including hex and rgb. |
font | String | The font style of the to labels. |
font-handler | String | The font style of the to labels. |
format | String | The format of the to labels. Uses kendo.format. |
format-handler | String | The format of the to labels. Uses kendo.format. |
position | ChartSeriesLabelsPosition | Specifies the position of the "to" labels. |
template | String | The template which renders the chart series to label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values.. |
template-handler | String | The template which renders the chart series to label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values.. |
template-id | String | The template which renders the chart series to label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values.. |
template-view | IHtmlContent | The template which renders the chart series to label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values.. |
visible | Boolean | If set to true the chart will display the series to labels. By default chart series to labels are not displayed. |
visible-handler | String | If set to true the chart will display the series to labels. By default chart series to labels are not displayed. |