Package | mx.charts.series.renderData |
Class | public class PlotSeriesRenderData |
Inheritance | PlotSeriesRenderData RenderData Object |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Property | Defined By | ||
---|---|---|---|
bounds : Rectangle
The bounds of all of the items a series displays on screen,
relative to the series's coordinate system. | RenderData | ||
cache : Array
The list of ChartItems representing the items
in the series's dataProvider. | RenderData | ||
elementBounds : Array
An Array of rectangles describing the bounds of the series's
ChartItems, relative to the series's coordinate system. | RenderData | ||
filteredCache : Array
The list of ChartItems representing the items
in the series's dataProvider that remain after filtering. | RenderData | ||
length : uint [read-only]
The number of items represented in this render data. | RenderData | ||
radius : Number
The radius of the individual PlotSeriesItem objects. | PlotSeriesRenderData | ||
visibleRegion : Rectangle
The rectangle describing the possible coordinate range
that a series can display on screen. | RenderData |
Method | Defined By | ||
---|---|---|---|
PlotSeriesRenderData(cache:Array = null, filteredCache:Array = null, radius:Number = 0)
Constructor. | PlotSeriesRenderData | ||
Creates a copy of the render data. | RenderData |
radius | property |
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 individual PlotSeriesItem objects.
PlotSeriesRenderData | () | Constructor |
public function PlotSeriesRenderData(cache:Array = null, filteredCache:Array = null, radius:Number = 0)
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
Parameterscache:Array (default = null ) — The list of PlotSeriesItem objects representing the items in the dataProvider.
| |
filteredCache:Array (default = null ) — The list of PlotSeriesItem objects representing the items in the dataProvider that remain after filtering.
| |
radius:Number (default = 0 ) — The radius of the individual PlotSeriesItem objects.
|