The following example shows how you can customize the column width in a Flex ColumnChart control by setting the columnWidthRatio style, as seen in the following snippet:
<mx:ColumnChart id="columnChart" columnWidthRatio="0.85">
// …
</mx:ColumnChart>
Full code after the jump.
Continue reading ‘Changing the default column width ratio of a ColumnChart control in Flex’



