Dear,
I try to test xamwebChart in silverlight 5 (11.2.20112.74), I had some issues with StackedFragmentSeries. It seem does not exist some property in this version:
Here are my code, the 3 last line show error indicate the property does not exist. What is the new property to replace the old properties?:
StackedFragmentSeries stackedFragmentSeries = new StackedFragmentSeries();
stackedFragmentSeries.Title = pros[i].Name;
stackedFragmentSeries.ValueMemberPath = pros[i].Name;
stackedFragmentSeries.XAxis = xAxis;
stackedFragmentSeries.YAxis = yAxis;
stackedFragmentSeries.ItemsSource = data;
Thanks
Han
Hello Han,
Thank you for your post. I have been looking into it and I can say that since the StackedFragmentSeries are part of the different StackedSeries’s Seres Collection, the Properties you mentioned belong to the StackedSeries, not the StackedFragmentSeries. Here you can read more about the Stacked100ColumnSeries:
http://help.infragistics.com/NetAdvantage/Silverlight/2011.2/CLR4.0/?page=InfragisticsSL4.Controls.Charts.XamDataChart.v11.2~Infragistics.Controls.Charts.Stacked100ColumnSeries_members.html
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.