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

ChartCategoryAxisNotesLabelSettingsBuilder

Defines the fluent API for configuring ChartCategoryAxisNotesLabelSettings

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<ChartCategoryAxisNotesLabelBorderSettingsBuilder>

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

Parameters

templateHandler - System.String

The hendler that returs the template for Template

Visible(System.Boolean)

If set to true the chart will display the category notes label. By default the category 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 category 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?