Text that must appear in the horizontal Axis, vertical Axis and Legend, is set using this attribute.
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 Title="AxisX"/>
</vc:Chart.AxesX>
<vc:Chart.AxesY>
<vc:Axis Title="AxisY"/>
</vc:Chart.AxesY>
</vc:Chart>
Below is the chart after setting Title property in AxisX and AxisY.
