GaugeControl.FormatValue Property
Property used to determine how the value on the Gauge is formatted.
FormatValue as String {Read and Write}
Remarks
This macro prints out the value: {value}
So if you want the Gauge to show like 3.3V then you put this property as
{value}V
Note that formatting of the actual number. Which is put in the {value} macro is done with the FormatValueMask property
So for the above example then FormatValueMask would be set to
#.0 and the FormatValue to
{value}V
See Also
GaugeControl Control