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

ChartValueAxisNotesLabelSettingsBuilder

Methods

Background(System.String)

The background color of the label. 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 label.

Parameters

configurator - System.Action<ChartValueAxisNotesLabelBorderSettingsBuilder>

The configurator for the border setting.

Color(System.String)

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

Parameters

value - System.String

The value for Color

Font(System.String)

The font style of the label.

Parameters

value - System.String

The value for Font

Template(System.String)

The template which renders the labels.The fields which can be used in the template are: value - the value value.

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 value value.

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 value value.

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 value value.

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 value value.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

Visible(System.Boolean)

If set to true the chart will display the value axis notes label. By default the value axis notes label are visible.

Parameters

value - System.Boolean

The value for Visible

Rotation(System.Double)

The rotation angle of the label. By default the label are not rotated.

Parameters

value - System.Double

The value for Rotation

Format(System.String)

The format used to display the notes label. Uses kendo.format. Contains one placeholder ("{0}") which represents the axis value.

Parameters

value - System.String

The value for Format

Position(Kendo.Mvc.UI.ChartNoteLabelPosition)

The position of the labels. "inside" - the label is positioned inside of the icon. or "outside" - the label is positioned outside of the icon..

Parameters

value - ChartNoteLabelPosition

The value for Position

In this article
Not finding the help you need?