The text in Suffix is added to the end of the axis label 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.AxesX>
<vc:Axis Suffix="%"/>
</vc:Chart.AxesX>
<vc:Chart.AxesY>
<vc:Axis Suffix="%"/>
</vc:Chart.AxesY>
</vc:Chart>
Below is the chart after setting Suffix property in AxisX and AxisY.

Remarks:
Suffix will be applied only when XValue or YValue is given. It cannot be applied if AxisXLabel is given.