Package | mx.charts.series.renderData |
Class | public class BubbleSeriesRenderData |
Inheritance | BubbleSeriesRenderData ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
Constructor
| BubbleSeriesRenderData | ||
![]() |
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 |
BubbleSeriesRenderData | () | Constructor |
public function BubbleSeriesRenderData(cache:Array = null, filteredCache:Array = null)
Constructor
Parameterscache:Array (default = null ) — The list of BubbleSeriesItem objects representing the items in the dataProvider.
|
|
filteredCache:Array (default = null ) — The list of BubbleSeriesItem objects representing the items in the dataProvider that remain after filtering.
|