The text in Prefix is added to the beginning 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 Prefix="$"/>
</vc:Chart.AxesX>
<vc:Chart.AxesY>
<vc:Axis Prefix="$"/>
</vc:Chart.AxesY>
</vc:Chart>
Below is the chart after setting Prefix property in AxisX and AxisY.

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