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
455
Can I modify the color of individual columns within a RangeColumnSeries?
posted

I am using a XamDataChart to create a Waterfall graph that looks identical to this one.

To do this, I am using a RangeColumnSeries as well as a StackedColumnSeries.  The RangeColumnSeries shows the individual range values (all columns but far right), and the StackedColumnSeries is showing those same values 'stacked' in the far right column.  What I need to do is change the colors of individual columns in the RangeColumnSeries so that those colors line up with the colors used in the StackedColumnSeries individual StackedFragmentSeries items.

Any pointers on how to do this?  I have tried using the LayoutUpdated event of the grid to use code to set the colors but I cannot seem to find the right properties in the object model to allow me to do so.

 

 

Parents Reply Children
No Data