ChartXAxisNotesSettingsBuilder
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 - ChartNotePosition
The value for Position
Icon(System.Action)
The icon of the notes.
Parameters
configurator - System.Action<ChartXAxisNotesIconSettingsBuilder>
The configurator for the icon setting.
Label(System.Action)
The label of the notes.
Parameters
configurator - System.Action<ChartXAxisNotesLabelSettingsBuilder>
The configurator for the label setting.
Line(System.Action)
The line of the notes.
Parameters
configurator - System.Action<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)
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<Object,Object>
The handler code wrapped in a text tag.