StockChartNavigatorPaneSettingsBuilder
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)
The border of the navigator pane.
Parameters
configurator - System.Action<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)
The margin of the pane. A numeric value will set all margins.
Parameters
configurator - System.Action<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)
The padding of the pane. A numeric value will set all paddings.
Parameters
configurator - System.Action<StockChartNavigatorPanePaddingSettingsBuilder>
The configurator for the padding setting.
Title(System.Action)
The title configuration of the navigator pane.
Parameters
configurator - System.Action<StockChartNavigatorPaneTitleSettingsBuilder>
The configurator for the title setting.