Hi,
Is it possible to have the markers in a 2D or 3D pie chart to not rotate with the slice? I.e. I want them to hover above where the slice is, but reading from left to right horizontally.
Chris
using Infragistics3.Wpf.Chart.v7.2 7.2.20072.1007 and the following code:
<igCA:XamChart> <igCA:XamChart.Series> <igCA:Series ChartType="Pie"> <igCA:Series.DataPoints> <igCA:DataPoint Value="1" /> <igCA:DataPoint Value="1" /> <igCA:DataPoint Value="1" /> <igCA:DataPoint Value="1" /> <igCA:DataPoint Value="1" /> <igCA:DataPoint Value="1" /> <igCA:DataPoint Value="1" /> </igCA:Series.DataPoints> <igCA:Series.Marker> <igCA:Marker /> </igCA:Series.Marker> </igCA:Series> </igCA:XamChart.Series> </igCA:XamChart>
here is the chart i see: (image attached)
Can someone please verify that they are able to rotate a 2D pie chart and the markers not rotate with the chart? Seems like no matter what I do, I cannot get the markers to stay in place. I have version 7.2 with the latest hotfix.
the markers in a 2D pie chart will not be rotated by default, so you should get the results you're expecting out of a 2D chart.
unfortunately, removing the rotation applied to markers on a 3d pie chart is not possible. you can request that enhancement here: http://devcenter.infragistics.com/protected/requestfeature.asp.