Packagecom.yahoo.astra.fl.charts.series
Classpublic class CartesianSeries
InheritanceCartesianSeries Inheritance Series Inheritance fl.core.UIComponent
ImplementsILegendItemSeries
SubclassesBarSeries, ColumnSeries, LineSeries

Functionality common to most series appearing in cartesian charts. Generally, a CartesianSeries object shouldn't be instantiated directly. Instead, a subclass with a concrete implementation should be used.



Public Properties
 PropertyDefined by
 Inheritedchart : Object
Series
 InheriteddataProvider : Object
Series
 InheriteddisplayName : String
Series
  horizontalField : String
CartesianSeries
 InheriteditemRenderer : Object
The class used to instantiate item renderers.
Series
 Inheritedlength : int
Series
  verticalField : String
CartesianSeries
Public Methods
 MethodDefined by
  
CartesianSeries(data:Object = null)
Constructor.
CartesianSeries
 Inherited
Series
  
Creates a LegendItemData object to pass to the chart's legend.
CartesianSeries
 Inherited
[static]
Series
 Inherited
Series
 Inherited
Series
Protected Methods
 MethodDefined by
 Inherited
Invalidates a marker (considered new).
Series
 Inherited
Indicates whether special considerations should be taken for a newly created marker.
Series
 Inherited
Makes a marker valid.
Series
Styles
 StyleDescriptionDefined by
 Inherited Type: int
The duration for animations that occur on data changes.
Series
 Inherited Type: Function
The easing function for animations that occur on data changes.
Series
 Inherited Type: Boolean
If true, data changes will be displayed with animations.
Series
 Inherited Type: Number
The alpha value from 0.0 to 1.0 to use for drawing the border of markers.
Series
 Inherited Type: uint
The border color used by programatic skins in this series.
Series
 Inherited Type: Number
The alpha value from 0.0 to 1.0 to use for drawing the fills of markers.
Series
 Inherited Type: uint
The base color used by objects displayed in this series.
Series
 Inherited Type: Number
The alpha value from 0.0 to 1.0 to use for drawing the markers.
Series
 Inherited Type: Number
The size, in pixels, of each marker.
Series
 Inherited Type: Class
The Class used to instantiate each marker's skin.
Series
Property detail
horizontalFieldproperty
horizontalField:String  [read-write]

Implementation
    public function get horizontalField():String
    public function set horizontalField(value:String):void
verticalFieldproperty 
verticalField:String  [read-write]

Implementation
    public function get verticalField():String
    public function set verticalField(value:String):void
Constructor detail
CartesianSeries()constructor
public function CartesianSeries(data:Object = null)

Constructor.

Parameters
data:Object (default = null)
Method detail
createLegendItemData()method
public function createLegendItemData():LegendItemData

Creates a LegendItemData object to pass to the chart's legend.

Returns
LegendItemData