Packageorg.apache.flex.charts.beads.layouts
Classpublic class BarChartLayout
InheritanceBarChartLayout Inheritance Object
Implements IBeadLayout

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The BarChartLayout class calculates the size and position of all of the itemRenderers for all of the series in a BarChart.



Public Properties
 PropertyDefined By
  gap : Number
The amount of space to leave between series.
BarChartLayout
  strand : IStrand
[write-only] The host component for this bead.
BarChartLayout
  xAxisHeight : Number
The height of the x-axis.
BarChartLayout
Property Detail
gapproperty
gap:Number

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The amount of space to leave between series. If a chart has several series, the bars for an X value are side by side with a gap between the groups of bars.


Implementation
    public function get gap():Number
    public function set gap(value:Number):void
strandproperty 
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
xAxisHeightproperty 
xAxisHeight:Number

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The height of the x-axis. Assumes a default of 30.


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