Kendo.Mvc.UI.Fluent.RadialGaugePointerBuilder
Defines the fluent API for configuring RadialGaugePointer
Methods
Cap(System.Action<Kendo.Mvc.UI.Fluent.RadialGaugePointerCapSettingsBuilder>)
The cap configuration options.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.RadialGaugePointerCapSettingsBuilder>
The configurator for the cap setting.
Color(System.String)
The color of the pointer. Any valid CSS color string will work here, including hex and rgb.
Parameters
value System.String
The value for Color
Length(System.Double)
Sets the pointer length.
Parameters
length System.Double
The pointer length (in percent) that is based on the distance to the scale. The default length of 1 indicates that the pointer exactly reaches the scale. Accepts values between 0.1 and 1.5.
Value(System.Double)
The value of the gauge.
Parameters
value System.Double
The value for Value
Opacity(System.Double)
Sets the pointer opacity.
Parameters
opacity System.Double
The pointer opacity in the range from 0 (transparent) to 1 (opaque). The default value is 1.