Kendo.Mvc.UI.Fluent.StockChartNavigatorPaneSettingsBuilder
Defines the fluent API for configuring StockChartNavigatorPaneSettings
Methods
Background(System.String)
The background color of the pane. Accepts a valid CSS color string, including hex and rgb.
Parameters
value System.String
The value for Background
Border(System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorPaneBorderSettingsBuilder<T>>)
The border of the navigator pane.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorPaneBorderSettingsBuilder>
The configurator for the border setting.
Height(System.Double)
The navigator pane height in pixels.
Parameters
value System.Double
The value for Height
Margin(System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorPaneMarginSettingsBuilder<T>>)
The margin of the pane. A numeric value will set all margins.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorPaneMarginSettingsBuilder>
The configurator for the margin setting.
Name(System.String)
The unique name of the navigator pane.
Parameters
value System.String
The value for Name
Padding(System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorPanePaddingSettingsBuilder<T>>)
The padding of the pane. A numeric value will set all paddings.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorPanePaddingSettingsBuilder>
The configurator for the padding setting.
Title(System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorPaneTitleSettingsBuilder<T>>)
The title configuration of the navigator pane.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorPaneTitleSettingsBuilder>
The configurator for the title setting.