Kendo.Mvc.UI.Fluent.ChartSeriesNotesSettingsBuilder
Defines the fluent API for configuring ChartSeriesNotesSettings
Properties
Container
Gets the 1 container.
Methods
Icon(System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesNotesIconSettingsBuilder<T>>)
The icon of the notes.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesNotesIconSettingsBuilder>
The configurator for the icon setting.
Label(System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesNotesLabelSettingsBuilder<T>>)
The label of the notes.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesNotesLabelSettingsBuilder>
The configurator for the label setting.
Line(System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesNotesLineSettingsBuilder<T>>)
The line of the notes.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesNotesLineSettingsBuilder>
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.; options - the note options.; createVisual - a function that can be used to get the default visual.; category - the category of the note point.; dataItem - the dataItem of the note point.; value - the value of the note point.; sender - the chart instance.; series - the series of the note point. or text - the note text..
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.; options - the note options.; createVisual - a function that can be used to get the default visual.; category - the category of the note point.; dataItem - the dataItem of the note point.; value - the value of the note point.; sender - the chart instance.; series - the series of the note point. or text - the note text..
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Position(Kendo.Mvc.UI.ChartNotePosition)
Specifies the position of the note.
Parameters
value Kendo.Mvc.UI.ChartNotePosition
The value for Position