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

ChartYAxisLabelsSettingsTagHelper

Example

<labels>
    <chart-y-axis-labels-border />
    <chart-y-axis-labels-date-formats />
    <chart-y-axis-labels-margin />
    <chart-y-axis-labels-padding />
    <chart-y-axis-labels-rotation />
</labels>

ChildTags

Tag Name Details
chart-y-axis-labels-border ChartYAxisLabelsBorderSettingsTagHelper
chart-y-axis-labels-date-formats ChartYAxisLabelsDateFormatsSettingsTagHelper
chart-y-axis-labels-margin ChartYAxisLabelsMarginSettingsTagHelper
chart-y-axis-labels-padding ChartYAxisLabelsPaddingSettingsTagHelper
chart-y-axis-labels-rotation ChartYAxisLabelsRotationSettingsTagHelper

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. Accepts a valid CSS color string, for example "20px 'Courier New'".
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.
position ChartAxisLabelsPosition Specifies the position of the labels.
skip Double The number of labels to skip.
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-handler 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.
template-view IHtmlContent 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 y axis labels. By default the y axis labels are visible.
visual String A function that can be used to create a custom visual for the labels. The available argument fields are: createVisual - a function that can be used to get the default visual.; culture - the default culture (if set) on the label; format - the default format of the label; options - the label options.; rect - the kendo.geometry.Rect that defines where the visual should be rendered.; sender - the chart instance (may be undefined).; text - the label text. or value - the category value.
In this article
Not finding the help you need?