Kendo.Mvc.UI.Fluent.ChartValueAxisPlotBandBuilder
Defines the fluent API for configuring ChartValueAxisPlotBand
Properties
Container
Gets the 1 container.
Methods
Color(System.String)
The color of the plot band.
Parameters
value System.String
The value for Color
From(System.Object)
The start position of the plot band in axis units.
Parameters
value System.Object
The value for From
Label(System.Action<Kendo.Mvc.UI.Fluent.ChartValueAxisPlotBandLabelSettingsBuilder<T>>)
The label configuration of the plotband.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartValueAxisPlotBandLabelSettingsBuilder>
The configurator for the label setting.
Opacity(System.Double)
The opacity of the plot band.
Parameters
value System.Double
The value for Opacity
To(System.Object)
The end position of the plot band in axis units.
Parameters
value System.Object
The value for To