Packageorg.apache.flex.charts.beads.layouts
Classpublic class StackedBarChartLayout
InheritanceStackedBarChartLayout Inheritance ChartBaseLayout Inheritance Object
Implements IBeadLayout, ICartesianChartLayout

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

The StackedBarChartLayout class calculates the size and position of all of the itemRenderers for all of the series in a StackedBarChart.



Public Properties
 PropertyDefined By
 Inheritedchart : ChartBase
[read-only] Returns the strand, cast as an instance of ChartBase.
ChartBaseLayout
 InheritedchartDataGroup : IChartDataGroup
[read-only] Returns the object into which the chart elements are drawn or added.
ChartBaseLayout
  gap : Number
The amount of space to leave between series.
StackedBarChartLayout
 InheritedhorizontalAxisBead : IHorizontalAxisBead
[read-only] The horizontal axis bead or null if one is not present.
ChartBaseLayout
 Inheritedstrand : IStrand
ChartBaseLayout
 InheritedverticalAxisBead : IVerticalAxisBead
[read-only] The vertical axis bead or null if one is not present.
ChartBaseLayout
Public Methods
 MethodDefined By
  
constructor
StackedBarChartLayout
 Inherited
layout():Boolean
ChartBaseLayout
Protected Methods
 MethodDefined By
 Inherited
Subclasses should implement this to draw the chart, adding elements to the chartDataGroup.
ChartBaseLayout
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
Constructor Detail
StackedBarChartLayout()Constructor
public function StackedBarChartLayout()

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

constructor