Package | org.apache.flex.charts.beads.layouts |
Class | public class StackedBarChartLayout |
Inheritance | StackedBarChartLayout ![]() ![]() |
Implements | IBeadLayout, ICartesianChartLayout |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
![]() | chart : ChartBase [read-only]
Returns the strand, cast as an instance of ChartBase. | ChartBaseLayout | |
![]() | chartDataGroup : 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 | ||
![]() | horizontalAxisBead : IHorizontalAxisBead [read-only]
The horizontal axis bead or null if one is not present. | ChartBaseLayout | |
![]() | strand : IStrand | ChartBaseLayout | |
![]() | verticalAxisBead : IVerticalAxisBead [read-only]
The vertical axis bead or null if one is not present. | ChartBaseLayout |
Method | Defined By | ||
---|---|---|---|
constructor
| StackedBarChartLayout | ||
![]() | layout():Boolean | ChartBaseLayout |
gap | property |
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.
public function get gap():Number
public function set gap(value:Number):void
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