Kendo.Mvc.UI.Fluent.StockChartNavigatorCategoryAxisNotesSettingsBuilder
Defines the fluent API for configuring StockChartNavigatorCategoryAxisNotesSettings
Methods
Position(System.String)
The position of the category axis note. "top" - The note is positioned on the top.; "bottom" - The note is positioned on the bottom.; "left" - The note is positioned on the left. or "right" - The note is positioned on the right..
Parameters
value System.String
The value for Position
Icon(System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorCategoryAxisNotesIconSettingsBuilder<T>>)
The icon of the notes.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorCategoryAxisNotesIconSettingsBuilder>
The configurator for the icon setting.
Label(System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorCategoryAxisNotesLabelSettingsBuilder<T>>)
The label of the notes.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorCategoryAxisNotesLabelSettingsBuilder>
The configurator for the label setting.
Line(System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorCategoryAxisNotesLineSettingsBuilder<T>>)
The line of the notes.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorCategoryAxisNotesLineSettingsBuilder>
The configurator for the line setting.