Package | org.apache.flex.charts.beads.models |
Class | public class ChartArraySelectionModel |
Inheritance | ChartArraySelectionModel ![]() ![]() ![]() |
Implements | IChartDataModel |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
![]() | dataProvider : Object
The set of choices displayed in the ComboBox's
dropdown. | ArraySelectionModel | |
![]() | labelField : String
The property on the data item that the item renderer
should renderer. | ArraySelectionModel | |
![]() | rollOverIndex : int
The index of the item that is currently under the mouse. | ArraySelectionModel | |
rollOverSeries : IChartSeries | ChartArraySelectionModel | ||
![]() | selectedIndex : int
The index of the selected item in the
dataProvider. | ArraySelectionModel | |
![]() | selectedItem : Object
The data item selected in the
dataProvider. | ArraySelectionModel | |
selectedSeries : IChartSeries | ChartArraySelectionModel | ||
![]() | selectedString : String
An alternative to selectedItem for strongly typing the
the selectedItem if the Array is an Array of Strings. | ArraySelectionModel | |
![]() | strand : IStrand [write-only]
The host component for this bead. | ArraySelectionModel |
Method | Defined By | ||
---|---|---|---|
ChartArraySelectionModel |
rollOverSeries | property |
rollOverSeries:IChartSeries
public function get rollOverSeries():IChartSeries
public function set rollOverSeries(value:IChartSeries):void
selectedSeries | property |
selectedSeries:IChartSeries
public function get selectedSeries():IChartSeries
public function set selectedSeries(value:IChartSeries):void
ChartArraySelectionModel | () | Constructor |
public function ChartArraySelectionModel()