You can put 2 Y axis - PrimaryY and SecondaryY. You can try using:
<igCA:XamChart Name="xamChart1">
<igCA:XamChart.Axes>
<igCA:Axis AxisType="PrimaryY" Name="Y1" />
<igCA:Axis AxisType="SecondaryY" Name="Y2" />
</igCA:XamChart.Axes>
<igCA:XamChart.Series>
<igCA:Series ChartType="Line" AxisY="Y1">
<igCA:Series.DataPoints>
<igCA:DataPoint Value="4" />
<igCA:DataPoint Value="20" />
<igCA:DataPoint Value="30" />
<igCA:DataPoint Value="15" />
</igCA:Series.DataPoints>
<igCA:Series ChartType="Line" AxisY="Y2">
<igCA:DataPoint Value="40" />
<igCA:DataPoint Value="800" />
<igCA:DataPoint Value="120" />
<igCA:DataPoint Value="350" />
</igCA:Series>
</igCA:XamChart.Series>
</igCA:XamChart>
Can we have more than 2 axis like the picture below? Ignoring the top and bottom label sections.
XamChart can contain two X and two Y axes - Primary and Secondary. Currently, it is not possible to have more than one Y- axis on the left or right site.
Is the support for more then 2 y axis being considered for any future release? We are at a point where customer is asking us to rip WPF xamChart out of our application and replace it with either SyncFusion or ComponetOne that does support true multiple axes feature. It will be very helpful to know if this feature is on your to-do list or not.,
Infragistics is working on a new high performance charting control for WPF and Silverlight, to release in 2010. this control will allow an unlimited number of Y axes.
a CTP is available, but currently only for Silverlight: http://blogs.infragistics.com/blogs/jason_beres/archive/2009/11/18/announcing-silverlight-pivot-grid-datachart-ctp.aspx
Hello Rakesh,
Here are the update links:
1: http://help.infragistics.com/doc/WPF/2013.2/CLR4.0/?page=xamDataChart_xamDataChart.html
2: http://help.infragistics.com/doc/WPF/2013.2/CLR4.0/?page=xamDataChart_Multiple_Axes.html
Links are not working
The WPF version of XamDataChart is capable of displaying multiple axes. Here are the relevant documentation links:
http://help.infragistics.com/Help/NetAdvantage/WPFDV/2010.3/CLR4.0/html/SL_DV_Developers_Guide_xamWebDataChart.htmlhttp://help.infragistics.com/Help/NetAdvantage/WPFDV/2010.3/CLR4.0/html/xamDataChart_Axes_Multiple_Axes.html
I've seen the last documentation and I couldn't find multilple Y-Axis .. are you still planning on doing that?
Thanks