ValueFormatString can be used to set the format of the ScaleLabel values.
Type: String
Namespace: Visifire.Gauges
Assembly:
|
Silverlight: |
SLVisifire.Gauges (in SLVisifire.Gauges.dll) |
|
WPF: |
WPFVisifire.Gauges (in WPFVisifire.Gauges.dll) |
This attribute applies to:
Syntax:
<vg:Gauge.LinearScales>
<vg:LinearScale ValueFormatString="#,0.0#"/>
</vg:Gauge.LinearScales>
Below is the gauge after setting ValueFormatString property to "#,0.0#" in LinearScale.
Related Links:
For more info, refer to Custom Numeric Format Strings.