Kendo.Mvc.UI.Fluent.LinearGaugeScaleSettingsRangeBuilder
Defines the fluent API for configuring LinearGaugeScaleSettingsRange
Methods
From(System.Double)
The start position of the range in scale units.
Parameters
value System.Double
The value for From
To(System.Double)
The end position of the range in scale units.
Parameters
value System.Double
The value for To
Opacity(System.Double)
The opacity of the range.
Parameters
value System.Double
The value for Opacity
Color(System.String)
The color of the range. Any valid CSS color string will work here, including hex and rgb.
Parameters
value System.String
The value for Color