Packagecom.flexicious.components.charts
Interfacepublic interface IBarChart extends IMultiSeriesChart
Implementors BarChart, TinyBarChart



Public Properties
 PropertyDefined By
  barWidthRatio : Number
Specifies how wide to draw the bars relative to the category width, as a percentage in the range of 0 to 1.
IBarChart
 Inheritedtype : String
[read-only] The type of bar/column chart to render.
IMultiSeriesChart
Property Detail
barWidthRatioproperty
barWidthRatio:Number

Specifies how wide to draw the bars 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 bar's available space. Clustered bars divide this space proportionally among the bars in each cluster. The default value is 0.65.


Implementation
    public function get barWidthRatio():Number
    public function set barWidthRatio(value:Number):void