Package | org.apache.flex.charts.beads |
Class | public class BarChartView |
Inheritance | BarChartView ![]() ![]() ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
![]() | beads : Array
The array property that is used to add additional
beads to an MXML tag. | Strand | |
![]() | border : Border [read-only]
The border surrounding the org.apache.flex.html.List. | ListView | |
![]() | contentView : DisplayObjectContainer [read-only]
The contentArea includes the dataGroup and scrollBars. | ListView | |
![]() | dataGroup : IItemRendererParent [read-only]
The area holding the itemRenderers. | ListView | |
![]() | hScrollBar : ScrollBar [read-only]
The horizontal org.apache.flex.html.ScrollBar, currently null. | ListView | |
![]() | id : String
An id property for MXML documents. | Strand | |
![]() | model : IBeadModel
An IBeadModel that serves as the data model for the component. | Strand | |
strand : IStrand [override]
The host component for this bead. | BarChartView | ||
![]() | viewHeight : Number [read-only]
The height of the view. | ListView | |
![]() | viewWidth : Number [read-only]
The width of the view. | ListView | |
![]() | vScrollBar : ScrollBar [read-only]
The vertical org.apache.flex.html.ScrollBar, if needed. | ListView |
Method | Defined By | ||
---|---|---|---|
constructor. | BarChartView | ||
![]() |
Add a bead to the strand. | Strand | |
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | Strand | |
![]() |
Remove a bead from the strand. | Strand |
strand | property |
strand:IStrand
[override] 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.
public function get strand():IStrand
public function set strand(value:IStrand):void
BarChartView | () | Constructor |
public function BarChartView()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
constructor.