In a Cartesian chart, I have defined two stacked Column Sets that each
contain two ColumnSeries. These two ColumnSets are contained in a
ColumnSet with type set to "clustered".
Kind of like this:
<mx:CartesianChart>
<mx:series>
<mx:ColumnSet type="clustered" >
<mx:ColumnSet type="stacked">
<mx:ColumnSeries yField="revenue" />
<mx:ColumnSeries yField="overhead" />
</mx:ColumnSet>
<mx:ColumnSet type="stacked" >
<mx:ColumnSeries yField="costs" />
<mx:ColumnSeries yField="oneTime"/>
</mx:ColumnSet>
</mx:ColumnSet>
</mx:series>
</mx:CartesianChart>
This is working fine.
What I'd like to do is put a space between each pair of stacked columns,
whose edges are now touching. It appears that the properties "offset"
and "columnWidthRatio" are available on the stacked ColumnSets, but I've
tried various combinations and can't make it work.
How can I calculate and set the column spacing in this situation?
- Tom
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/