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

StockChartNavigatorCategoryAxisLabelsSettingsTagHelper

Example

<labels>
    <border />
    <date-formats />
    <margin />
    <padding />
</labels>

ChildTags

Tag Name Details
border StockChartNavigatorCategoryAxisLabelsBorderSettingsTagHelper
date-formats StockChartNavigatorCategoryAxisLabelsDateFormatsSettingsTagHelper
margin StockChartNavigatorCategoryAxisLabelsMarginSettingsTagHelper
padding StockChartNavigatorCategoryAxisLabelsPaddingSettingsTagHelper

Attributes

Attribute Type Description
background String The background color of the labels. Accepts a valid CSS color string, including hex and rgb.
color String The text color of the labels. Accepts a valid CSS color string, including hex and rgb.
culture String The culture to use when formatting date values. See the globalization overview for more information.
font String The font style of the labels.
format String The format used to display the labels. Uses kendo.format. Contains one placeholder ("{0}") which represents the category value.
mirror Boolean If set to true the chart will mirror the axis labels and ticks. If the labels are normally on the left side of the axis, mirroring the axis will render them to the right.
rotation Double The rotation angle of the labels. By default the labels are not rotated.
skip Double The number of labels to skip. By default no labels are skipped.
step Double The label rendering step - render every n-th label. By default every label is rendered.
template String The template which renders the labels.The fields which can be used in the template are: value - the category value.
template-id String The template which renders the labels.The fields which can be used in the template are: value - the category value.
visible Boolean If set to true the chart will display the category axis labels. By default the category axis labels are visible.
In this article
Not finding the help you need?