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
1165
StackedColumnSeries with OlapXAxis
posted

Hi,
I am trying to set a StackedColumnSeries on a xamDataChart with OlapXAxis.
The only examples i found were in Silverlight like :
http://forums.infragistics.com/forums/p/62282/315479.aspx
and
http://blogs.infragistics.com/forums/t/66579.aspx

My problem is when trying to set the ValueMemberPath of the StackedFragmentedSeries like in the examples above : ValueMemberPath = e.SeriesInfo.Title, I get a blank value.
When I try to set the value like
ValueMemberPath = ((AnchoredCategorySeries)e.Series).ValueMemberPath, I get the correct value for the first fragment in the Stacked series, and the rest of the fragments are duplicated with the same value.
I am using WPF4 v12.1

Any help will be appriciated
thanks

Parents
No Data
Reply Children
No Data