ZValueFormatString can be used to set the format of the text (ZValue) that appears in labels. This can be set for each DataSeries.
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.Series>
<vc:DataSeries ZValueFormatString="#0.0#">
.
.
.
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting ZValueFormatString property in DataSeries.

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