New to Telerik UI for ASP.NET Core? Download free 30-day trial

ChartSeriesDefaultsLabelsToSettingsTagHelper

Example

<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.The fields which can be used in the template are: category - the category name. Available for area, bar, column, bubble, donut, funnel, pyramid, line and pie series.; dataItem - the original data item used to construct the point. Will be null if binding to array.; percentage - the point value represented as a percentage value. Available for donut, funnel, pyramid and pie series.; series - the data series; value - the point value. Can be a number or object containing each bound field.; runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series. or total - the sum of all previous series values. Available for waterfall series..
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. Available for area, bar, column, bubble, donut, funnel, pyramid, line and pie series.; dataItem - the original data item used to construct the point. Will be null if binding to array.; percentage - the point value represented as a percentage value. Available for donut, funnel, pyramid and pie series.; series - the data series; value - the point value. Can be a number or object containing each bound field.; runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series. or total - the sum of all previous series values. Available for waterfall series..
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. Available for area, bar, column, bubble, donut, funnel, pyramid, line and pie series.; dataItem - the original data item used to construct the point. Will be null if binding to array.; percentage - the point value represented as a percentage value. Available for donut, funnel, pyramid and pie series.; series - the data series; value - the point value. Can be a number or object containing each bound field.; runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series. or total - the sum of all previous series values. Available for waterfall series..
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. Available for area, bar, column, bubble, donut, funnel, pyramid, line and pie series.; dataItem - the original data item used to construct the point. Will be null if binding to array.; percentage - the point value represented as a percentage value. Available for donut, funnel, pyramid and pie series.; series - the data series; value - the point value. Can be a number or object containing each bound field.; runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series. or total - the sum of all previous series values. Available for waterfall series..
visible Boolean If set to true the chart will display the series to labels. By default chart series to labels are not displayed.
In this article
Not finding the help you need?