| Package | mx.charts.series.renderData |
| Class | public class BubbleSeriesRenderData |
| Inheritance | BubbleSeriesRenderData RenderData Object |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| BubbleSeriesRenderData | ||
![]() |
Creates a copy of the render data.
| RenderData | |
![]() |
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.
|