Package | mx.charts.series.renderData |
Class | public class ColumnSeriesRenderData |
Inheritance | ColumnSeriesRenderData RenderData Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
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 | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
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 | ||
labelData : Object
A structure of data associated with the layout of the labels rendered by the column series. | ColumnSeriesRenderData | ||
labelScale : Number
The scale factor of the labels rendered by the column series. | ColumnSeriesRenderData | ||
length : uint [read-only]
The number of items represented in this render data. | RenderData | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
renderedBase : Number
The vertical position of the base of the columns, in pixels. | ColumnSeriesRenderData | ||
renderedHalfWidth : Number
Half the width of a column, in pixels. | ColumnSeriesRenderData | ||
renderedXOffset : Number
The offset of each column from its x value, in pixels. | ColumnSeriesRenderData | ||
visibleRegion : Rectangle
The rectangle describing the possible coordinate range
that a series can display on screen. | RenderData |
Public Methods
Method | Defined By | ||
---|---|---|---|
ColumnSeriesRenderData(cache:Array = null, filteredCache:Array = null, renderedBase:Number = 0, renderedHalfWidth:Number = 0, renderedXOffset:Number = 0, labelScale:Number = 1, labelData:Object = null)
Constructor. | ColumnSeriesRenderData | ||
Creates a copy of the render data. | RenderData | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
labelData | property |
public var labelData:Object
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
A structure of data associated with the layout of the labels rendered by the column series.
labelScale | property |
public var labelScale:Number
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The scale factor of the labels rendered by the column series.
renderedBase | property |
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 columns, in pixels.
renderedHalfWidth | property |
public var renderedHalfWidth:Number
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Half the width of a column, in pixels.
renderedXOffset | property |
public var renderedXOffset:Number
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The offset of each column from its x value, in pixels.
Constructor Detail
ColumnSeriesRenderData | () | Constructor |
public function ColumnSeriesRenderData(cache:Array = null, filteredCache:Array = null, renderedBase:Number = 0, renderedHalfWidth:Number = 0, renderedXOffset:Number = 0, labelScale:Number = 1, labelData:Object = null)
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 ColumnSeriesItem objects representing the items in the dataProvider.
| |
filteredCache:Array (default = null ) — The list of ColumnSeriesItem objects representing the items in the dataProvider that remain after filtering.
| |
renderedBase:Number (default = 0 ) — The vertical position of the base of the columns, in pixels.
| |
renderedHalfWidth:Number (default = 0 ) — Half the width of a column, in pixels.
| |
renderedXOffset:Number (default = 0 ) — The offset of each column from its x value, in pixels.
| |
labelScale:Number (default = 1 ) — The scale factor of the labels rendered by the column series.
| |
labelData:Object (default = null ) — A structure of data associated with the layout of the labels rendered by the column series.
|
Fri Mar 19 2010, 02:45 AM -07:00