Packageorg.apache.flex.charts.core
Interfacepublic interface IChartDataModel extends ISelectionModel, IRollOverModel, IEventDispatcher, IBeadModel, IEventDispatcher, IBeadModel, IBead, flash.events.IEventDispatcher
Implementors ChartArraySelectionModel

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

The IChartDataModel provides extensions to the standard ISelectionModel to include the series selected (or rolled over).



Public Properties
 PropertyDefined By
 InheriteddataProvider : Object
The set of choices displayed in the ComboBox's dropdown.
ISelectionModel
 InheritedlabelField : String
The property on the data item that the item renderer should renderer.
ISelectionModel
 InheritedrollOverIndex : int
The index of the item that is currently under the mouse.
IRollOverModel
  rollOverSeries : IChartSeries
IChartDataModel
 InheritedselectedIndex : int
The index of the selected item in the dataProvider.
ISelectionModel
 InheritedselectedItem : Object
The data item selected in the dataProvider.
ISelectionModel
  selectedSeries : IChartSeries
IChartDataModel
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