ChartSeriesLabelsFromSettingsBuilder
Methods
Background(System.String)
The background color of the from labels. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Background
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
BackgroundHandler(System.String)
The background color of the from 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 ChartSeriesLabelsFromSettingsBuilder instance.
BackgroundHandler(System.Func)
The background color of the from 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 ChartSeriesLabelsFromSettingsBuilder instance.
Border(System.Action)
The border of the from labels.
Parameters
configurator - System.Action<ChartSeriesLabelsFromBorderSettingsBuilder>
The configurator for the border setting.
RETURNS
Returns the current instance of ChartSeriesLabelsFromSettingsBuilder .
Color(System.String)
The text color of the from labels. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Color
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
ColorHandler(System.String)
The text color of the from 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 ChartSeriesLabelsFromSettingsBuilder instance.
ColorHandler(System.Func)
The text color of the from 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 ChartSeriesLabelsFromSettingsBuilder instance.
Font(System.String)
The font style of the from labels.
Parameters
value - System.String
The value for Font
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
FontHandler(System.String)
The font style of the from labels.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
FontHandler(System.Func)
The font style of the from labels.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
Format(System.String)
The format of the from labels. Uses kendo.format.
Parameters
value - System.String
The value for Format
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
FormatHandler(System.String)
The format of the from labels. Uses kendo.format.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
FormatHandler(System.Func)
The format of the from labels. Uses kendo.format.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
Margin(System.Action)
The margin of the from labels. A numeric value will set all margins.
Parameters
configurator - System.Action<ChartSeriesLabelsFromMarginSettingsBuilder>
The configurator for the margin setting.
RETURNS
Returns the current instance of ChartSeriesLabelsFromSettingsBuilder .
Padding(System.Action)
The padding of the from labels. A numeric value will set all paddings.
Parameters
configurator - System.Action<ChartSeriesLabelsFromPaddingSettingsBuilder>
The configurator for the padding setting.
RETURNS
Returns the current instance of ChartSeriesLabelsFromSettingsBuilder .
Template(System.String)
The template which renders the chart series from 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 ChartSeriesLabelsFromSettingsBuilder instance.
TemplateId(System.String)
The template which renders the chart series from 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 ChartSeriesLabelsFromSettingsBuilder instance.
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
The template which renders the chart series from 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 ChartSeriesLabelsFromSettingsBuilder instance.
TemplateHandler(System.String)
The template which renders the chart series from 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 ChartSeriesLabelsFromSettingsBuilder instance.
Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)
The template which renders the chart series from 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 ChartSeriesLabelsFromSettingsBuilder instance.
Visible(System.Boolean)
If set to true the chart will display the series from labels. By default chart series from labels are not displayed.
Parameters
value - System.Boolean
The value for Visible
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
VisibleHandler(System.String)
If set to true the chart will display the series from labels. By default chart series from labels are not displayed.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
VisibleHandler(System.Func)
If set to true the chart will display the series from labels. By default chart series from labels are not displayed.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
Position(Kendo.Mvc.UI.ChartSeriesLabelsPosition)
Specifies the position of the "from" labels.
Parameters
value - ChartSeriesLabelsPosition
The value for Position
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
PositionHandler(System.String)
Specifies the position of the "from" labels.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.
PositionHandler(System.Func)
Specifies the position of the "from" labels.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current ChartSeriesLabelsFromSettingsBuilder instance.