AxisYType is used to identify which axis the DataSeries is referring to. AxisYType can be 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.Series>
<vc:DataSeries AxisYType="Secondary" >
.
.
.
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting AxisYType property in DataPoint.

Remarks:
The default value is Primary.