Stacked Bar Chart Example
Posted: Fri Sep 14, 2012 9:35 pm
Hi,
Does anyone have a snippet of code for the creation of a stacked bar chart?
thx.
Does anyone have a snippet of code for the creation of a stacked bar chart?
thx.
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
Bar bar1 = new Bar(tChart1.getChart());
bar1.fillSampleValues();
bar1.setMultiBar(MultiBars.STACKED);
Bar bar2 = new Bar(tChart1.getChart());
bar2.fillSampleValues();
bar2.setMultiBar(MultiBars.STACKED);