This is due to a Flex bug (https://bugs.adobe.com/jira/browse/FLEXDMV-1957 <https://bugs.adobe.com/jira/browse/FLEXDMV-1957> ) which I'd love to see fixed.
Until then, here's one solution that I found: <http://flexxxed.wordpress.com/> <http://flexxxed.wordpress.com/2009/05/20/using-right-chart-when-you-hav\ e-multiple-chart-series/> http://flexxxed.wordpress.com/ <http://flexxxed.wordpress.com/> Good luck, Eddie B. --- In flexcoders@yahoogroups.com, Shurup <shu...@...> wrote: > > Hi > > I have an issue with column width in mixed chart: > > on one chart I have 9 line series and 1 column series and visually that one > column takes 1/10 of the category width, which would be logical if other > series would also be columns (then each of them would take 1/10 of widths > and it would look perfect). > > But line series don't spread into the rest 9/10 of the space, all together > they also take only 1/10 of the space (and all data points are on same X > coordinate at same exact X position and not spread horizontally to take free > Y space), so they only reserve horizontal space in category width, but don't > use it. > > Here is a screenshot of what I'm talking about: > > http://www.shurup.info/screenshot_chart.jpg > > Is there any way to make a fixed width of the column chart at least to 1/2 > of the category width and all line series would be in other 1/2 of the > space? > > Thank you!!! >