ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.charts.series.renderData 

HLOCSeriesRenderData  - AS3 Flex

Packagemx.charts.series.renderData
Classpublic class HLOCSeriesRenderData
InheritanceHLOCSeriesRenderData 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 HLOCSeries and CandlestickSeries objects 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
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 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
  renderedHalfWidth : Number
Half the width of an item, in pixels.
HLOCSeriesRenderData
  renderedXOffset : Number
The offset of each item from its x value, in pixels.
HLOCSeriesRenderData
 InheritedvisibleRegion : Rectangle
The rectangle describing the possible coordinate range that a series can display on screen.
RenderData
Public Methods
 MethodDefined By
  
HLOCSeriesRenderData(cache:Array = null, filteredCache:Array = null, renderedHalfWidth:Number = 0, renderedXOffset:Number = 0)
Constructor.
HLOCSeriesRenderData
 Inherited
Creates a copy of the render data.
RenderData
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

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 an item, 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 item from its x value, in pixels.

Constructor Detail

HLOCSeriesRenderData

()Constructor
public function HLOCSeriesRenderData(cache:Array = null, filteredCache:Array = null, renderedHalfWidth:Number = 0, renderedXOffset:Number = 0)

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

Constructor.

Parameters
cache:Array (default = null) — The list of HLOCSeriesItem objects representing the items in the data provider.
 
filteredCache:Array (default = null) — The list of HLOCSeriesItem objects representing the items in the data provider that remain after filtering.
 
renderedHalfWidth:Number (default = 0) — Half the width of an item, in pixels.
 
renderedXOffset:Number (default = 0) — The offset of each item from its x value, in pixels.