ChartSeriesNotesLabelSettingsBuilder

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

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.

Border(System.Action)

The border of the label.

Parameters

configurator - System.Action<ChartSeriesNotesLabelBorderSettingsBuilder>

The configurator for the border setting.

RETURNS

Returns the current instance of ChartSeriesNotesLabelSettingsBuilder .

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

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.

Font(System.String)

The font style of the label.

Parameters

value - System.String

The value for Font

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.

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

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.

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

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.

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

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.

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 handler that returs the template for Template

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.

Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)

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

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.

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

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.

Rotation(System.Double)

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

Parameters

value - System.Double

The value for Rotation

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.

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

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.

Position(Kendo.Mvc.UI.ChartNoteLabelPosition)

Specifies the position of the labels.

Parameters

value - ChartNoteLabelPosition

The value for Position

RETURNS

Returns the current ChartSeriesNotesLabelSettingsBuilder instance.