I have a simple example chart to show the issue. In a 2-series column chart, without using SecondaryY axis, the chart shows with the columns for each x axis data point next to each other, how we want it. (see screenshot) I have purposely set the values in the 2nd series to a different "range" than the 1st.
When adding the AxisY property to the 2nd series, the sencond Y axis shows properly, but the columns for each series are lined up on top of each other.
Am I using the Axis settings incorrectly, or is this the expected behaivor? If so, is there any way to get the columns next to each other when using 2 Y axes?
Here's the XAML for the simple chart
<igChart:XamWebChart > <igChart:XamWebChart.Axes> <igChart:Axis AxisType="PrimaryY" Name="y1" /> <igChart:Axis AxisType="SecondaryY" Name="y2" /> </igChart:XamWebChart.Axes> <igChart:XamWebChart.Series> <igChart:Series Label="North America" ChartType="Column" AxisY="y1" > <igChart:Series.DataPoints> <igChart:DataPoint Value="32500" Label="1st" /> <igChart:DataPoint Value="54000" Label="2nd" /> <igChart:DataPoint Value="39000" Label="3rd" /> <igChart:DataPoint Value="44000" Label="4th" /> </igChart:Series.DataPoints> </igChart:Series> <!-- remove AxisY property to see columns next to each other --> <igChart:Series Label="Europe" ChartType="Column" AxisY="y2" > <igChart:Series.DataPoints> <igChart:DataPoint Value="350" Label="1st" /> <igChart:DataPoint Value="420" Label="2nd" /> <igChart:DataPoint Value="450" Label="3rd" /> <igChart:DataPoint Value="270" Label="4th" /> </igChart:Series.DataPoints> </igChart:Series> </igChart:XamWebChart.Series>
Hi David,
You mentioned NetAdvantage for Windows Forms 2011.1.
This thread concerned the NetAdvantage for Silverlight 2010.1 xamWebChart and the issue was resolved in February of 2011. If you were working with the xamWebChart, I would recommend that you apply the latest service release for the product version you are using.
However, since you mentioned having a similiar issue with a Windows Forms chart control, I recommend that you post the issue on the Windows Form forums.
Hi,
I have got this issue too in Windows Form NetAdvantage 2011.1.
Is there any solution?
Thanks!
Hi to all following this thread,
This issue has been resolved in the latest service release.
Please let me know if you need further assistance.
No the issue has not been resolved yet. But I will create a case for you as well so that you can track the issue and will be notified when a fix is available.
You will hear from me shortly thru your case.
Hi, Marianne,
I have got this issue too.