Packagemx.charts.series.renderData
Classpublic class AreaSeriesRenderData
InheritanceAreaSeriesRenderData Inheritance RenderData Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Represents all the information needed by the AreaSeries to render.



Public Properties
 PropertyDefined By
 Inheritedbounds : Rectangle
The bounds of all of the items a series displays on screen, relative to the series's coordinate system.
RenderData
 Inheritedcache : Array
The list of ChartItems representing the items in the series's dataProvider.
RenderData
  element : AreaSeries
The AreaSeries that this structure is associated with.
AreaSeriesRenderData
 InheritedelementBounds : Array
An Array of rectangles describing the bounds of the series's ChartItems, relative to the series's coordinate system.
RenderData
 InheritedfilteredCache : Array
The list of ChartItems representing the items in the series's dataProvider that remain after filtering.
RenderData
 Inheritedlength : uint
[read-only] The number of items represented in this render data.
RenderData
  radius : Number
The radius of the items of the AreaSeries.
AreaSeriesRenderData
  renderedBase : Number
The vertical position of the base of the area series, in pixels.
AreaSeriesRenderData
 InheritedvisibleRegion : Rectangle
The rectangle describing the possible coordinate range that a series can display on screen.
RenderData
Public Methods
 MethodDefined By
  
AreaSeriesRenderData(element:AreaSeries, cache:Array = null, filteredCache:Array = null, renderedBase:Number = 0, radius:Number = 0)
Constructor.
AreaSeriesRenderData
 Inherited
Creates a copy of the render data.
RenderData
Property Detail
elementproperty
public var element:AreaSeries

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The AreaSeries that this structure is associated with.

radiusproperty 
public var radius:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The radius of the items of the AreaSeries.

renderedBaseproperty 
public var renderedBase:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The vertical position of the base of the area series, in pixels.

Constructor Detail
AreaSeriesRenderData()Constructor
public function AreaSeriesRenderData(element:AreaSeries, cache:Array = null, filteredCache:Array = null, renderedBase:Number = 0, radius:Number = 0)

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constructor.

Parameters
element:AreaSeries — The AreaSeries object that this structure is associated with.
 
cache:Array (default = null) — The list of AreaSeriesItem objects representing the items in the dataProvider.
 
filteredCache:Array (default = null) — The list of AreaSeriesItem objects representing the items in the dataProvider that remain after filtering.
 
renderedBase:Number (default = 0) — The vertical position of the base of the area series, in pixels.
 
radius:Number (default = 0) — The radius of the items of the AreaSeries.