Packageorg.apache.flex.charts.beads
Classpublic class BarChartView
InheritanceBarChartView Inheritance ListView Inheritance Strand Inheritance EventDispatcher Inheritance flash.events.EventDispatcher

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

The BarChartView class is the visual bead for a BarChart. This class makes sure all of the necessary parts to make a BarChart are instantiated.



Public Properties
 PropertyDefined By
 Inheritedbeads : Array
The array property that is used to add additional beads to an MXML tag.
Strand
 Inheritedborder : Border
[read-only] The border surrounding the org.apache.flex.html.List.
ListView
 InheritedcontentView : DisplayObjectContainer
[read-only] The contentArea includes the dataGroup and scrollBars.
ListView
 InheriteddataGroup : IItemRendererParent
[read-only] The area holding the itemRenderers.
ListView
 InheritedhScrollBar : ScrollBar
[read-only] The horizontal org.apache.flex.html.ScrollBar, currently null.
ListView
 Inheritedid : String
An id property for MXML documents.
Strand
 Inheritedmodel : IBeadModel
An IBeadModel that serves as the data model for the component.
Strand
  strand : IStrand
[override] The host component for this bead.
BarChartView
 InheritedvScrollBar : ScrollBar
[read-only] The vertical org.apache.flex.html.ScrollBar, if needed.
ListView
Public Methods
 MethodDefined By
  
constructor.
BarChartView
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
Strand
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
Strand
 Inherited
Remove a bead from the strand.
Strand
Property Detail
strandproperty
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.


Implementation
    public function get strand():IStrand
    public function set strand(value:IStrand):void
Constructor Detail
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.