ValueFormatString can be used to set the format of the numeric AxisLabel values or DateTime values.
Type: String
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.AxesY>
<vc:Axis ValueFormatString="#,0.0#"/>
</vc:Chart.AxesY>
</vc:Chart>
or
<vc:Chart ... >
<vc:Chart.AxesX>
<vc:Axis ValueFormatString="dd/MM/yyyy"/>
</vc:Chart.AxesX>
</vc:Chart>
Below is the chart after setting ValueFormatString property to "#,0.0#" in AxisY.

Related Links:
For more info, refer to Custom Numeric Format Strings.
For more info, refer to Custom Date and Time Format Strings.