Packagecom.yahoo.astra.fl.charts.series
Classpublic class StackedColumnSeries
InheritanceStackedColumnSeries Inheritance ColumnSeries Inheritance CartesianSeries Inheritance Series Inheritance fl.core.UIComponent
ImplementsIStackedSeries

A column series type that stacks.



Public Properties
 PropertyDefined by
 Inheritedaxis : String = "primary"
Indicates whether the series is bound to a primary or secondary axis
CartesianSeries
 Inheritedchart : Object
The chart in which this series appears.
Series
 InheriteddataProvider : Object
The data provider for this series.
Series
 InheriteddataTipFunction : Function
DataTip Function for series
Series
 InheriteddisplayName : String
The name of the series as it appears to the user.
Series
 InheritedhorizontalField : String
Defines the property to access when determining the x value.
CartesianSeries
 InheriteditemRenderer : Object
The class used to instantiate item renderers.
Series
 InheritedlegendLabelFunction : Function
If defined, the chart will call the input function to determine the text displayed in in the chart's legend.
Series
 Inheritedlength : int
The number of items in the series.
Series
 InheritedshowInLegend : Boolean
When a Legend is present, indicates whether the series will show in the legend.
CartesianSeries
 InheritedverticalField : String
Defines the property to access when determining the y value.
CartesianSeries
Public Methods
 MethodDefined by
  
StackedColumnSeries(data:Object = null)
Constructor.
StackedColumnSeries
 Inherited
ColumnSeries
 Inherited
Creates a LegendItemData object to pass to the chart's legend.
CartesianSeries
 Inherited
Returns the index of an item renderer.
Series
 Inherited
Converts an item to its corresponding item renderer.
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: 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 fills of markers.
Series
 Inherited Type: uint
The fill 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 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
 Inherited Type: String
Indicates the value of the visible property.
CartesianSeries
Constructor detail
StackedColumnSeries()constructor
public function StackedColumnSeries(data:Object = null)

Constructor.

Parameters
data:Object (default = null)