Multibars and Stack Group
Posted: Tue Jun 20, 2006 3:14 pm
I am trying to get to bars side by side both of which are stacked on a webchart. I have:-
bar1.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked;
bar2.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked;
bar3.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked;
bar4.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked;
This is given me 1 bar of four, how do I specify the gorup to get 2 bars?
bar1.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked;
bar2.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked;
bar3.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked;
bar4.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked;
This is given me 1 bar of four, how do I specify the gorup to get 2 bars?