Page 1 of 1

Stacked bar series

Posted: Mon Jul 18, 2016 3:02 pm
by juracz
Hi,

I have a question regarding bar charts. Does graphs support stacked and normal bar series together in one chart? What I need to do is, to have grouped "normal" bar series with stacked bar series. To be clear I attached a picture of what I'm trying to achieve. I've read the sample in LightningChart for WPF Demo Application, but I was unable to find any solution.Thanks.

Re: Stacked bar series

Posted: Mon Jul 18, 2016 3:52 pm
by ArctionPasi
I believe the chart doesn't support it out-of-the-box.

One approach is to compose it with PolygonSeries. One 4-corner polygon for each bar, and calculate their locations by code.

Re: Stacked bar series

Posted: Tue Jul 19, 2016 7:06 am
by juracz
Thanks for the answer, I'll try it.