AxisType can be used to set whether the axis should behave as primary axis or secondary axis. AxisType takes the values either Primary or Secondary.
Type: AxisTypes
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 AxisType="Secondary" />
</vc:Chart.AxesY>
</vc:Chart>
Remarks:
This property can be set in AxisY only.
The default value is Primary.
AxisType will not get applied until you set AxisYType property in DataSeries.