Pacchetto | mx.charts.series.renderData |
Classe | public class BarSeriesRenderData |
Ereditarietà | BarSeriesRenderData RenderData Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 | ||
labelData : Object
A structure of data associated with the layout of the labels rendered by the bar series. | BarSeriesRenderData | ||
labelScale : Number
The scale factor of the labels rendered by the bar series. | BarSeriesRenderData | ||
length : uint [sola lettura]
The number of items represented in this render data. | RenderData | ||
renderedBase : Number
The horizontal position of the base of the bars, in pixels. | BarSeriesRenderData | ||
renderedHalfWidth : Number
Half the width of a bar, in pixels. | BarSeriesRenderData | ||
renderedYOffset : Number
The offset of each bar from its y value, in pixels. | BarSeriesRenderData | ||
visibleRegion : Rectangle
The rectangle describing the possible coordinate range
that a series can display on screen. | RenderData |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
BarSeriesRenderData(cache:Array = null, filteredCache:Array = null, renderedBase:Number = 0, renderedHalfWidth:Number = 0, renderedYOffset:Number = 0, labelScale:Number = 1, labelData:Object = null)
Constructor. | BarSeriesRenderData | ||
Creates a copy of the render data. | RenderData | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
labelData | proprietà |
public var labelData:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
A structure of data associated with the layout of the labels rendered by the bar series.
labelScale | proprietà |
public var labelScale:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The scale factor of the labels rendered by the bar series.
renderedBase | proprietà |
public var renderedBase:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The horizontal position of the base of the bars, in pixels.
renderedHalfWidth | proprietà |
public var renderedHalfWidth:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Half the width of a bar, in pixels.
renderedYOffset | proprietà |
public var renderedYOffset:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The offset of each bar from its y value, in pixels.
Descrizione della funzione di costruzione
BarSeriesRenderData | () | Funzione di costruzione |
public function BarSeriesRenderData(cache:Array = null, filteredCache:Array = null, renderedBase:Number = 0, renderedHalfWidth:Number = 0, renderedYOffset:Number = 0, labelScale:Number = 1, labelData:Object = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametricache:Array (default = null ) — The list of BarSeriesItem objects representing the items in the dataProvider
| |
filteredCache:Array (default = null ) — The list of BarSeriesItem objects representing the items in the dataProvider that remain after filtering.
| |
renderedBase:Number (default = 0 ) — The horizontal position of the base of the bars, in pixels.
| |
renderedHalfWidth:Number (default = 0 ) — Half the width of a bar, in pixels.
| |
renderedYOffset:Number (default = 0 ) — The offset of each bar from its y value, in pixels.
| |
labelScale:Number (default = 1 ) — The scale factor of the labels rendered by the bar series.
| |
labelData:Object (default = null ) — A structure of data associated with the layout of the labels rendered by the bar series.
|
Tue Jun 12 2018, 02:44 PM Z