Pakket | mx.charts.series.renderData |
Klasse | public class PieSeriesRenderData |
Overerving | PieSeriesRenderData RenderData Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 | ||
itemSum : Number
The total sum of the values represented in the pie series. | PieSeriesRenderData | ||
labelData : Object
A structure of data associated with the layout of the labels rendered by the pie series. | PieSeriesRenderData | ||
labelScale : Number
The scale factor of the labels rendered by the pie series. | PieSeriesRenderData | ||
length : uint [alleen-lezen]
The number of items represented in this render data. | RenderData | ||
visibleRegion : Rectangle
The rectangle describing the possible coordinate range
that a series can display on screen. | RenderData |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
PieSeriesRenderData(cache:Array = null, filteredCache:Array = null, labelScale:Number = 1, labelData:Object = null)
Constructor. | PieSeriesRenderData | ||
Creates a copy of the render data. | RenderData | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
itemSum | eigenschap |
public var itemSum:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The total sum of the values represented in the pie series.
labelData | eigenschap |
public var labelData:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
A structure of data associated with the layout of the labels rendered by the pie series.
labelScale | eigenschap |
public var labelScale:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The scale factor of the labels rendered by the pie series.
Constructordetails
PieSeriesRenderData | () | Constructor |
public function PieSeriesRenderData(cache:Array = null, filteredCache:Array = null, labelScale:Number = 1, labelData:Object = null)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parameterscache:Array (default = null ) — The list of PieSeriesItem objects representing the items in the dataProvider.
| |
filteredCache:Array (default = null ) — The list of PieSeriesItem objects representing the items in the dataProvider that remain after filtering.
| |
labelScale:Number (default = 1 ) — The scale factor of the labels rendered by the PieSeries.
| |
labelData:Object (default = null ) — A structure of data associated with the layout of the labels rendered by the PieSeries.
|
Wed Jun 13 2018, 11:42 AM Z