ChartSeriesLabelsFromSettingsTagHelper

Example

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

ChildTags

Attributes

AttributeTypeDescription
backgroundStringThe background color of the from labels. Accepts a valid CSS color string, including hex and rgb.
background-handlerStringThe background color of the from labels. Accepts a valid CSS color string, including hex and rgb.
colorStringThe text color of the from labels. Accepts a valid CSS color string, including hex and rgb.
color-handlerStringThe text color of the from labels. Accepts a valid CSS color string, including hex and rgb.
fontStringThe font style of the from labels.
font-handlerStringThe font style of the from labels.
formatStringThe format of the from labels. Uses kendo.format.
format-handlerStringThe format of the from labels. Uses kendo.format.
positionChartSeriesLabelsPositionSpecifies the position of the "from" labels.
position-handlerStringSpecifies the position of the "from" labels.
templateStringThe template which renders the chart series from 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 from 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-idStringThe template which renders the chart series from 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-viewIHtmlContentThe template which renders the chart series from 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..
visibleBooleanIf set to true the chart will display the series from labels. By default chart series from labels are not displayed.
visible-handlerStringIf set to true the chart will display the series from labels. By default chart series from labels are not displayed.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support