Kendo.Mvc.UI.Fluent.ChartXAxisNotesSettingsBuilder
Defines the fluent API for configuring ChartXAxisNotesSettings
Properties
Container
Gets the 1 container.
Methods
Position(Kendo.Mvc.UI.ChartNotePosition)
The position of the x 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 Kendo.Mvc.UI.ChartNotePosition
The value for Position
Icon(System.Action<Kendo.Mvc.UI.Fluent.ChartXAxisNotesIconSettingsBuilder<T>>)
The icon of the notes.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartXAxisNotesIconSettingsBuilder>
The configurator for the icon setting.
Label(System.Action<Kendo.Mvc.UI.Fluent.ChartXAxisNotesLabelSettingsBuilder<T>>)
The label of the notes.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartXAxisNotesLabelSettingsBuilder>
The configurator for the label setting.
Line(System.Action<Kendo.Mvc.UI.Fluent.ChartXAxisNotesLineSettingsBuilder<T>>)
The line of the notes.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartXAxisNotesLineSettingsBuilder>
The configurator for the line setting.
Visual(System.String)
A function that can be used to create a custom visual for the notes. The available argument fields are: rect - the kendo.geometry.Rect that defines the note target rect.; sender - the chart instance (may be undefined).; options - the note options.; createVisual - a function that can be used to get the default visual. or value - the note value..
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
Visual(System.Func<System.Object,System.Object>)
A function that can be used to create a custom visual for the notes. The available argument fields are: rect - the kendo.geometry.Rect that defines the note target rect.; sender - the chart instance (may be undefined).; options - the note options.; createVisual - a function that can be used to get the default visual. or value - the note value..
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.