EasyXLS
http://forum.easyxls.com/

How to create a Vertical Stacked Bar?
http://forum.easyxls.com/viewtopic.php?f=5&t=738
Page 1 of 1

Author:  mariodagot [ Wed Oct 01, 2008 4:35 am ]
Post subject:  How to create a Vertical Stacked Bar?

Hi,

I'm trying to create a vertical stacked bar but can't find how this is done.

Using

Code:
ExcelChart xlsChart = null; // TODO: instantiate class...
xlsChart.easy_setChartType(Chart.CHART_TYPE_BAR_STACKED);


I get a horizontal stacked bar.

I can't find a constant for Vertical Stacked Bar Chart.

How can this be done?

Thanks in advance.
Regards.
Mário

Author:  oana [ Thu Oct 02, 2008 5:47 am ]
Post subject:  How to create a Vertical Stacked Bar?

Hi,

You need to replace Chart.CHART_TYPE_BAR_STACKED with Chart.CHART_TYPE_COLUMN_STACKED.

Author:  mariodagot [ Thu Oct 30, 2008 8:29 am ]
Post subject: 

Thanks, that helped. <- src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" />

Page 1 of 1 All times are UTC - 4 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/