LinearGaugeScaleSettingsRangeBuilder
Methods
From(System.Double)
The start position of the range in scale units.
Parameters
value - System.Double
The value for From
RETURNS
Returns the current LinearGaugeScaleSettingsRangeBuilder instance.
To(System.Double)
The end position of the range in scale units.
Parameters
value - System.Double
The value for To
RETURNS
Returns the current LinearGaugeScaleSettingsRangeBuilder instance.
Opacity(System.Double)
The opacity of the range.
Parameters
value - System.Double
The value for Opacity
RETURNS
Returns the current LinearGaugeScaleSettingsRangeBuilder instance.
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
RETURNS
Returns the current LinearGaugeScaleSettingsRangeBuilder instance.