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
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.
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.
Border(System.Action)
The border of the from labels.
Parameters
configurator - System.Action<ChartSeriesLabelsFromBorderSettingsBuilder>
The configurator for the border setting.
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
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.
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.
Font(System.String)
The font style of the from labels.
Parameters
value - System.String
The value for Font
FontHandler(System.String)
The font style of the from labels.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
FontHandler(System.Func)
The font style of the from labels.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Format(System.String)
The format of the from labels. Uses kendo.format.
Parameters
value - System.String
The value for Format
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.
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.
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.
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.
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
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
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
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
Template(Kendo.Mvc.UI.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.
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
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.
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.
Position(Kendo.Mvc.UI.ChartSeriesLabelsPosition)
Specifies the position of the "from" labels.
Parameters
value - ChartSeriesLabelsPosition
The value for Position
PositionHandler(System.String)
Specifies the position of the "from" labels.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
PositionHandler(System.Func)
Specifies the position of the "from" labels.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.