I need to plot a stacked bar chart with each row (point) containing a stack of 3 values stacked on top of one another.
I have made 4 bar chart series, each containing one set of data. I tried setting
Bar1.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked
Bar2.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked
Bar3.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked
Bar1.StackGroup = 2
Bar2.StackGroup = 3
But this will only stack Bar2 and Bar3 on top of another, with Bar1 side by side. How do I stack all 3 Bar series on top of another?
Stacked Bar Chart
Re: Stacked Bar Chart
Hello lilo,
I suggest you take a look in Demo project, concretely in the All Features\Welcome !\Chart styles\Standard\Bar\Stack grouping where you can find a good example as you can use the StackGroup and Stack bars. On the other hand, if it doesn't help you please let me know.
Thanks,
I suggest you take a look in Demo project, concretely in the All Features\Welcome !\Chart styles\Standard\Bar\Stack grouping where you can find a good example as you can use the StackGroup and Stack bars. On the other hand, if it doesn't help you please let me know.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |