Package | com.flexicious.components.charts |
Interface | public interface IColumnChart extends IMultiSeriesChart |
Implementors | ColumnChart, TinyColumnChart |
Property | Defined By | ||
---|---|---|---|
columnWidthRatio : Number
Specifies how wide to draw the columns relative to the category width,
as a percentage in the range of 0 to 1. | IColumnChart | ||
![]() | type : String [read-only]
The type of bar/column chart to render. | IMultiSeriesChart |
columnWidthRatio | property |
columnWidthRatio:Number
Specifies how wide to draw the columns relative to the category width, as a percentage in the range of 0 to 1. A value of 1 uses the entire space, while a value of 0.6 uses 60% of the column's available space. Clustered columns divide this space proportionally among the columns in each cluster. The default value is 0.65.
public function get columnWidthRatio():Number
public function set columnWidthRatio(value:Number):void