Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
mx.charts.series.renderData 

LineSeriesRenderData  - AS3 Flex

Pacchettomx.charts.series.renderData
Classepublic class LineSeriesRenderData
EreditarietàLineSeriesRenderData Inheritance RenderData Inheritance Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

Represents all the information needed by the LineSeries to render.



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedbounds : Rectangle
The bounds of all of the items a series displays on screen, relative to the series's coordinate system.
RenderData
 Inheritedcache : Array
The list of ChartItems representing the items in the series's dataProvider.
RenderData
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
 InheritedelementBounds : Array
An Array of rectangles describing the bounds of the series's ChartItems, relative to the series's coordinate system.
RenderData
 InheritedfilteredCache : Array
The list of ChartItems representing the items in the series's dataProvider that remain after filtering.
RenderData
 Inheritedlength : uint
[sola lettura] The number of items represented in this render data.
RenderData
  radius : Number
The radius of the individual items in the line series.
LineSeriesRenderData
  segments : Array
An Array of LineSeriesSegment instances representing each discontiguous segment of the line series.
LineSeriesRenderData
  validPoints : Number
The number of points in the cache that were not filtered out by the axes.
LineSeriesRenderData
 InheritedvisibleRegion : Rectangle
The rectangle describing the possible coordinate range that a series can display on screen.
RenderData
Metodi pubblici
 MetodoDefinito da
  
LineSeriesRenderData(cache:Array = null, filteredCache:Array = null, validPoints:Number = 0, segments:Array = null, radius:Number = 0)
Constructor.
LineSeriesRenderData
 Inherited
Creates a copy of the render data.
RenderData
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione delle proprietà

radius

proprietà
public var radius:Number

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The radius of the individual items in the line series.

segments

proprietà 
public var segments:Array

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

An Array of LineSeriesSegment instances representing each discontiguous segment of the line series.

validPoints

proprietà 
public var validPoints:Number

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The number of points in the cache that were not filtered out by the axes.

Descrizione della funzione di costruzione

LineSeriesRenderData

()Funzione di costruzione
public function LineSeriesRenderData(cache:Array = null, filteredCache:Array = null, validPoints:Number = 0, segments:Array = null, radius:Number = 0)

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

Constructor.

Parametri
cache:Array (default = null) — The list of LineSeriesItem objects representing the items in the dataProvider.
 
filteredCache:Array (default = null) — The list of LineSeriesItem objects representing the items in the dataProvider that remain after filtering.
 
validPoints:Number (default = 0) — The number of points in the cache that are valid.
 
segments:Array (default = null) — An Array of LineSeriesSegment objects representing each discontiguous segment of the LineSeries.
 
radius:Number (default = 0) — The radius of the individual items in the LineSeries.




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.