| Package | mx.charts.series.renderData |
| Class | public class HLOCSeriesRenderData |
| Inheritance | HLOCSeriesRenderData RenderData Object |
| 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 | |
![]() | 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 | |
| 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 | ||
![]() | visibleRegion : Rectangle
The rectangle describing the possible coordinate range
that a series can display on screen.
| RenderData | |
| Method | Defined By | ||
|---|---|---|---|
|
HLOCSeriesRenderData(cache:Array = null, filteredCache:Array = null, renderedHalfWidth:Number = 0, renderedXOffset:Number = 0)
Constructor.
| HLOCSeriesRenderData | ||
![]() |
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 the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| renderedHalfWidth | property |
public var renderedHalfWidth:Number
Half the width of an item, in pixels.
| renderedXOffset | property |
public var renderedXOffset:Number
The offset of each item from its x value, in pixels.
| HLOCSeriesRenderData | () | Constructor |
public function HLOCSeriesRenderData(cache:Array = null, filteredCache:Array = null, renderedHalfWidth:Number = 0, renderedXOffset:Number = 0)
Constructor.
Parameterscache: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.
|