ChartSeriesLabelsToSettingsBuilder

Methods

Background(System.String)

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

Parameters

value - System.String

The value for Background

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

BackgroundHandler(System.String)

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

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

BackgroundHandler(System.Func)

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

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

Border(System.Action)

The border of the to labels.

Parameters

configurator - System.Action<ChartSeriesLabelsToBorderSettingsBuilder>

The configurator for the border setting.

RETURNS

Returns the current instance of ChartSeriesLabelsToSettingsBuilder .

Color(System.String)

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

Parameters

value - System.String

The value for Color

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

ColorHandler(System.String)

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

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

ColorHandler(System.Func)

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

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

Font(System.String)

The font style of the to labels.

Parameters

value - System.String

The value for Font

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

FontHandler(System.String)

The font style of the to labels.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

FontHandler(System.Func)

The font style of the to labels.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

Format(System.String)

The format of the to labels. Uses kendo.format.

Parameters

value - System.String

The value for Format

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

FormatHandler(System.String)

The format of the to labels. Uses kendo.format.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

FormatHandler(System.Func)

The format of the to labels. Uses kendo.format.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

Margin(System.Action)

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

Parameters

configurator - System.Action<ChartSeriesLabelsToMarginSettingsBuilder>

The configurator for the margin setting.

RETURNS

Returns the current instance of ChartSeriesLabelsToSettingsBuilder .

Padding(System.Action)

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

Parameters

configurator - System.Action<ChartSeriesLabelsToPaddingSettingsBuilder>

The configurator for the padding setting.

RETURNS

Returns the current instance of ChartSeriesLabelsToSettingsBuilder .

Template(System.String)

The template which renders the chart series to label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values..

Parameters

value - System.String

The value for Template

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

TemplateId(System.String)

The template which renders the chart series to label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values..

Parameters

templateId - System.String

The ID of the template element for Template

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template which renders the chart series to label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values..

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for Template

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

TemplateHandler(System.String)

The template which renders the chart series to label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values..

Parameters

templateHandler - System.String

The handler that returs the template for Template

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

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

The template which renders the chart series to label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values..

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

Visible(System.Boolean)

If set to true the chart will display the series to labels. By default chart series to labels are not displayed.

Parameters

value - System.Boolean

The value for Visible

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

VisibleHandler(System.String)

If set to true the chart will display the series to labels. By default chart series to labels are not displayed.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

VisibleHandler(System.Func)

If set to true the chart will display the series to labels. By default chart series to labels are not displayed.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.

Position(Kendo.Mvc.UI.ChartSeriesLabelsPosition)

Specifies the position of the "to" labels.

Parameters

value - ChartSeriesLabelsPosition

The value for Position

RETURNS

Returns the current ChartSeriesLabelsToSettingsBuilder instance.