IndicatorGauge Type
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
IndicatorGauge.init (?Axis, ?Bar, ?BGColor, ?BorderColor, ?BorderWidth, ?Shape, ?Steps, ?Threshold)
Parameters:
LinearAxis
?Bar : IndicatorBar
?BGColor : Color
?BorderColor : Color
?BorderWidth : int
?Shape : IndicatorGaugeShape
?Steps : IndicatorStep seq
?Threshold : IndicatorThreshold
Returns: IndicatorGauge
|
|
Full Usage:
IndicatorGauge.style (?Axis, ?Bar, ?BGColor, ?BorderColor, ?BorderWidth, ?Shape, ?Steps, ?Threshold)
Parameters:
LinearAxis
?Bar : IndicatorBar
?BGColor : Color
?BorderColor : Color
?BorderWidth : int
?Shape : IndicatorGaugeShape
?Steps : IndicatorStep seq
?Threshold : IndicatorThreshold
Returns: IndicatorGauge -> IndicatorGauge
|
|