Packageorg.apache.flex.charts.beads.models
Classpublic class ChartArraySelectionModel
InheritanceChartArraySelectionModel Inheritance ArraySelectionModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IChartDataModel

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

The ArraySelectionModel class is a selection model for a dataProvider that is an array. It assumes that items can be fetched from the dataProvider dataProvider[index]. Other selection models would support other kinds of data providers.



Public Properties
 PropertyDefined By
 InheriteddataProvider : Object
The set of choices displayed in the ComboBox's dropdown.
ArraySelectionModel
 InheritedlabelField : String
The property on the data item that the item renderer should renderer.
ArraySelectionModel
 InheritedrollOverIndex : int
The index of the item that is currently under the mouse.
ArraySelectionModel
  rollOverSeries : IChartSeries
ChartArraySelectionModel
 InheritedselectedIndex : int
The index of the selected item in the dataProvider.
ArraySelectionModel
 InheritedselectedItem : Object
The data item selected in the dataProvider.
ArraySelectionModel
  selectedSeries : IChartSeries
ChartArraySelectionModel
 InheritedselectedString : String
An alternative to selectedItem for strongly typing the the selectedItem if the Array is an Array of Strings.
ArraySelectionModel
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
ArraySelectionModel
Public Methods
 MethodDefined By
  
ChartArraySelectionModel
Property Detail
rollOverSeriesproperty
rollOverSeries:IChartSeries


Implementation
    public function get rollOverSeries():IChartSeries
    public function set rollOverSeries(value:IChartSeries):void
selectedSeriesproperty 
selectedSeries:IChartSeries


Implementation
    public function get selectedSeries():IChartSeries
    public function set selectedSeries(value:IChartSeries):void
Constructor Detail
ChartArraySelectionModel()Constructor
public function ChartArraySelectionModel()