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

ChartSeriesNotesLabelSettingsBuilder

Defines the fluent API for configuring ChartSeriesNotesLabelSettings

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

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 point 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 point 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 point 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 point 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 series notes label. By default the series 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)

Specifies the position of the labels.

Parameters

value - ChartNoteLabelPosition

The value for Position

In this article
Not finding the help you need?