Kendo.Mvc.UI.Fluent.ChartSeriesLabelsFromSettingsBuilder
Defines the fluent API for configuring ChartSeriesLabelsFromSettings
Properties
Container
Gets the 1 container.
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<System.Object,System.Object>)
The background color of the from labels. Accepts a valid CSS color string, including hex and rgb.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Border(System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesLabelsFromBorderSettingsBuilder<T>>)
The border of the from labels.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.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<System.Object,System.Object>)
The text color of the from labels. Accepts a valid CSS color string, including hex and rgb.
Parameters
handler System.Func<System.Object,System.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<System.Object,System.Object>)
The font style of the from labels.
Parameters
handler System.Func<System.Object,System.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<System.Object,System.Object>)
The format of the from labels. Uses kendo.format.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Margin(System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesLabelsFromMarginSettingsBuilder<T>>)
The margin of the from labels. A numeric value will set all margins.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesLabelsFromMarginSettingsBuilder>
The configurator for the margin setting.
Padding(System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesLabelsFromPaddingSettingsBuilder<T>>)
The padding of the from labels. A numeric value will set all paddings.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.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
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<System.Object,System.Object>)
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<System.Object,System.Object>
The handler code wrapped in a text tag.
Position(Kendo.Mvc.UI.ChartSeriesLabelsPosition)
Specifies the position of the "from" labels.
Parameters
value Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the position of the "from" labels.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.