ChartSeriesLabelsToSettingsTagHelper

Example

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

ChildTags

Attributes

AttributeTypeDescription
backgroundStringThe background color of the to labels. Accepts a valid CSS color string, including hex and rgb.
background-handlerStringThe 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.
color-handlerStringThe text color of the to labels. Accepts a valid CSS color string, including hex and rgb.
fontStringThe font style of the to labels.
font-handlerStringThe font style of the to labels.
formatStringThe format of the to labels. Uses kendo.format.
format-handlerStringThe format of the to labels. Uses kendo.format.
positionChartSeriesLabelsPositionSpecifies the position of the "to" labels.
templateStringThe 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-handlerStringThe 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.. 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.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.. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentThe 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.. 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.
visible-handlerStringIf 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