ChartSeriesDefaultsLabelsToSettingsTagHelper
Example
Razor
<chart-series-defaults-labels-to>
<border />
<margin />
<padding />
</chart-series-defaults-labels-to>
ChildTags
| Tag Name | Details |
|---|---|
| border | ChartSeriesDefaultsLabelsToBorderSettingsTagHelper |
| margin | ChartSeriesDefaultsLabelsToMarginSettingsTagHelper |
| padding | ChartSeriesDefaultsLabelsToPaddingSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| background | 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. |
| font | String | The font style of the to labels. |
| format | String | The format of the to labels. Uses kendo.format. |
| template | String | The template which renders the chart series to label. |
| template-handler | String | The template which renders the chart series to label. This option expects the name of a JavaScript function that will be called to return the template. |
| template-id | String | The template which renders the chart series to label. This option expects the ID of the script element that contains the template. |
| template-view | IHtmlContent | The template which renders the chart series to label. This option expects the instance containing the created HTML. |
| visible | Boolean | If set to true the chart will display the series to labels. By default chart series to labels are not displayed. |