Packagecom.yahoo.astra.fl.charts.series
Interfacepublic interface ICategorySeries extends ISeries, flash.events.IEventDispatcher
ImplementorsPieSeries

Defines functions and properties for an ISeries that relies on categories.

See also

com.yahoo.astra.fl.charts.legend.ILegend
com.yahoo.astra.fl.charts.legend.LegendItemData


Public Properties
 PropertyDefined by
  categoryField : String
The field used to access categories for this series.
ICategorySeries
  categoryNames : Array
The names of the categories displayed on the category axis.
ICategorySeries
 Inheritedchart : Object
The chart in which this series appears.
ISeries
 InheriteddataProvider : Object
The data provider for this series.
ISeries
 InheriteddisplayName : String
The name of the series as it appears to the user.
ISeries
 Inheritedlength : int
The number of items in the series.
ISeries
Public Methods
 MethodDefined by
 Inherited
Creates a copy of the ISeries object.
ISeries
  
Creates an Array of LegendItemData objects to pass to the chart's legend.
ICategorySeries
 Inherited
ISeries
  
itemToCategory(item:Object, index:int):String
Determines the category to which the item belongs.
ICategorySeries
 Inherited
ISeries
Events
 EventSummaryDefined by
 Inherited Dispatched when the data property for an ISeries changes.ISeries
Property detail
categoryFieldproperty
categoryField:String  [read-write]

The field used to access categories for this series.

Implementation
    public function get categoryField():String
    public function set categoryField(value:String):void
categoryNamesproperty 
categoryNames:Array  [read-write]

The names of the categories displayed on the category axis. If the chart does not have a category axis, this value will be ignored.

Implementation
    public function get categoryNames():Array
    public function set categoryNames(value:Array):void
Method detail
createLegendItemData()method
public function createLegendItemData():Array

Creates an Array of LegendItemData objects to pass to the chart's legend.

Returns
Array
itemToCategory()method 
public function itemToCategory(item:Object, index:int):String

Determines the category to which the item belongs.

Parameters
item:Object
 
index:int

Returns
String