ChartSeriesDefaultsLabelsToSettingsTagHelper

Example

Razor
<chart-series-defaults-labels-to>
    <border />
    <margin />
    <padding />
</chart-series-defaults-labels-to>

ChildTags

Attributes

AttributeTypeDescription
backgroundStringThe background color of the to labels. Accepts a valid CSS color string, including hex and rgb.
colorStringThe text color of the to labels. Accepts a valid CSS color string, including hex and rgb.
fontStringThe font style of the to labels.
formatStringThe format of the to labels. Uses kendo.format.
templateStringThe template which renders the chart series to label.
template-handlerStringThe 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-idStringThe template which renders the chart series to label. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentThe template which renders the chart series to label. This option expects the instance containing the created HTML.
visibleBooleanIf set to true the chart will display the series to labels. By default chart series to labels are not displayed.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support