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

ChartCategoryAxisRangeLabelsSettingsBuilder

Methods

Background(System.String)

The background color of the labels. Accepts a valid CSS color string, including hex and rgb.

Parameters

value - System.String

The value for Background

Border(System.Action)

The border of the labels.

Parameters

configurator - System.Action<ChartCategoryAxisRangeLabelsBorderSettingsBuilder>

The configurator for the border setting.

Color(System.String)

The text color of the labels. Accepts a valid CSS color string, including hex and rgb.

Parameters

value - System.String

The value for Color

Culture(System.String)

The culture to use when formatting date values. See the globalization overview for more information.

Parameters

value - System.String

The value for Culture

DateFormats(System.Action)

The format used to display date range labels for date category axis. The {0} placeholder represents the category value.The chart will choose the appropriate format for the current categoryAxis.baseUnit. Setting the categoryAxis.rangeLabels.format option will override the date formats.See also: kendo.format.

Parameters

configurator - System.Action<ChartCategoryAxisRangeLabelsDateFormatsSettingsBuilder>

The configurator for the dateformats setting.

Font(System.String)

The font style of the labels. Accepts a valid CSS color string, for example "20px 'Courier New'".

Parameters

value - System.String

The value for Font

Format(System.String)

The format used to display the labels. Uses kendo.format.

Parameters

value - System.String

The value for Format

Margin(System.Action)

The margin of the labels. A numeric value will set all margins.

Parameters

configurator - System.Action<ChartCategoryAxisRangeLabelsMarginSettingsBuilder>

The configurator for the margin setting.

Mirror(System.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.

Parameters

value - System.Boolean

The value for Mirror

Mirror()

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.

Padding(System.Action)

The padding of the labels. A numeric value will set all paddings.

Parameters

configurator - System.Action<ChartCategoryAxisRangeLabelsPaddingSettingsBuilder>

The configurator for the padding setting.

Rotation(System.Action)

The rotation angle of the date range labels. By default the labels are not rotated. Can be set to "auto" if the axis is horizontal in which case the labels will be rotated only if the slot size is not sufficient for the entire labels.

Parameters

configurator - System.Action<ChartCategoryAxisRangeLabelsRotationSettingsBuilder>

The configurator for the rotation setting.

Template(System.String)

The template which renders the labels.The fields which can be used in the template are: value - the category value; dataItem - the data item, in case a field has been specified. If the category does not have a corresponding item in the data then an empty object will be passed.; format - the default format of the label; culture - the default culture (if set) on the label; text - The default label text.; index - The index of the label. or count - The total number of rendered labels..

Parameters

value - System.String

The value for Template

TemplateId(System.String)

The template which renders the labels.The fields which can be used in the template are: value - the category value; dataItem - the data item, in case a field has been specified. If the category does not have a corresponding item in the data then an empty object will be passed.; format - the default format of the label; culture - the default culture (if set) on the label; text - The default label text.; index - The index of the label. or count - The total number of rendered labels..

Parameters

templateId - System.String

The ID of the template element for Template

TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template which renders the labels.The fields which can be used in the template are: value - the category value; dataItem - the data item, in case a field has been specified. If the category does not have a corresponding item in the data then an empty object will be passed.; format - the default format of the label; culture - the default culture (if set) on the label; text - The default label text.; index - The index of the label. or count - The total number of rendered labels..

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for Template

TemplateHandler(System.String)

The template which renders the labels.The fields which can be used in the template are: value - the category value; dataItem - the data item, in case a field has been specified. If the category does not have a corresponding item in the data then an empty object will be passed.; format - the default format of the label; culture - the default culture (if set) on the label; text - The default label text.; index - The index of the label. or count - The total number of rendered labels..

Parameters

templateHandler - System.String

The handler that returs the template for Template

Template(Kendo.Mvc.UI.TemplateBuilder)

The template which renders the labels.The fields which can be used in the template are: value - the category value; dataItem - the data item, in case a field has been specified. If the category does not have a corresponding item in the data then an empty object will be passed.; format - the default format of the label; culture - the default culture (if set) on the label; text - The default label text.; index - The index of the label. or count - The total number of rendered labels..

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

Visible(System.Boolean)

If set to true, the Chart displays the category axis date range labels. By default, the category axis date range labels are not visible.

Parameters

value - System.Boolean

The value for Visible

Visible()

If set to true, the Chart displays the category axis date range labels. By default, the category axis date range labels are not visible.

Visual(System.String)

A function that can be used to create a custom visual for the date range 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; dataItem - the data item, in case a field has been specified; 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.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Visual(System.Func)

A function that can be used to create a custom visual for the date range 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; dataItem - the data item, in case a field has been specified; 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.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

In this article
Not finding the help you need?