Kendo.Mvc.UI.Fluent.ChartValueAxisNotesIconSettingsBuilder
Defines the fluent API for configuring ChartValueAxisNotesIconSettings
Properties
Container
Gets the 1 container.
Methods
Background(System.String)
The background color of the notes icon.
Parameters
value System.String
The value for Background
Border(System.Action<Kendo.Mvc.UI.Fluent.ChartValueAxisNotesIconBorderSettingsBuilder<T>>)
The border of the icon.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartValueAxisNotesIconBorderSettingsBuilder>
The configurator for the border setting.
Size(System.Double)
The size of the icon.
Parameters
value System.Double
The value for Size
Type(System.String)
The icon shape.The supported values are: * "circle" - the marker shape is circle. * "square" - the marker shape is square. * "triangle" - the marker shape is triangle. * "cross" - the marker shape is cross.
Parameters
value System.String
The value for Type
Visible(System.Boolean)
The icon visibility.
Parameters
value System.Boolean
The value for Visible