Kendo.Mvc.UI.Fluent.StockChartNavigatorSeriesLabelsSettingsBuilder
Defines the fluent API for configuring StockChartNavigatorSeriesLabelsSettings
Methods
Background(System.String)
The background color of the labels.
Parameters
value System.String
The value for Background
Border(System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorSeriesLabelsBorderSettingsBuilder<T>>)
The border of the labels.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorSeriesLabelsBorderSettingsBuilder>
The configurator for the border setting.
Color(System.String)
The text color of the labels.
Parameters
value System.String
The value for Color
Font(System.String)
The font style of the labels.
Parameters
value System.String
The value for Font
Format(System.String)
The format of the labels.
Parameters
value System.String
The value for Format
Margin(System.Double)
The margin of the labels.
Parameters
value System.Double
The value for Margin
Padding(System.Double)
The padding of the labels.
Parameters
value System.Double
The value for Padding
Position(System.String)
Defines the position of the labels.
Parameters
value System.String
The value for Position
Template(System.String)
The template which renders the chart series label.The fields which can be used in the template are:
Parameters
value System.String
The value for Template
TemplateId(System.String)
The template which renders the chart series label.The fields which can be used in the template are:
Parameters
value System.String
The ID of the template element for Template
Visible(System.Boolean)
The visibility of the labels.
Parameters
value System.Boolean
The value for Visible
Visible
The visibility of the labels.