Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
Property of StackedFragmentSeries in Silverlight5
posted

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

Parents
No Data
Reply Children
No Data