Accessors for class IlvGauge
Properties
max
min
value
Description
Gauges are graphic objects that provide a representation of some value, which is bound by a minimum and a maximum value. Rogue Wave Views Views uses a main abstract class,
IlvGauge
, from which all gauge objects derive.
Type
Name
Description
Notes
Float
max
Gets or sets the maximum value of the gauge.
Float
min
Gets or sets the minimum value of the gauge.
Float
value
Gets or sets the current value of the gauge.