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.items 

ColumnSeriesItem  - AS3 Flex

Pacchettomx.charts.series.items
Classepublic class ColumnSeriesItem
EreditarietàColumnSeriesItem Inheritance ChartItem Inheritance EventDispatcher Inheritance Object

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

Represents the information required to render an item as part of a ColumnSeries. The ColumnSeries class passes these items to its itemRenderer when rendering.

Altri esempi



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
 InheritedcurrentState : String
Defines the appearance of the ChartItem.
ChartItem
 Inheritedelement : IChartElement
The series or element that owns the ChartItem.
ChartItem
  fill : IFill
Holds the fill color of the item.
ColumnSeriesItem
 Inheritedindex : int
The index of the data from the series' data provider that the ChartItem represents.
ChartItem
 Inheriteditem : Object
The item from the series' data provider that the ChartItem represents.
ChartItem
 InheriteditemRenderer : IFlexDisplayObject
The instance of the chart's itemRenderer that represents this ChartItem.
ChartItem
  min : Number
The minimum value of this item converted into screen coordinates.
ColumnSeriesItem
  minFilter : Number
The minimum value of this item, filtered against the vertical axis of the containing chart.
ColumnSeriesItem
  minNumber : Number
The minimum value of this item, converted to a number by the vertical axis of the containing chart.
ColumnSeriesItem
  minValue : Object
The miniumum value of this item.
ColumnSeriesItem
  x : Number
The x value of this item converted into screen coordinates.
ColumnSeriesItem
  xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart.
ColumnSeriesItem
  xNumber : Number
The x value of this item, converted to a number by the horizontal axis of the containing chart.
ColumnSeriesItem
  xValue : Object
The x value of this item.
ColumnSeriesItem
  y : Number
The y value of this item converted into screen coordinates
ColumnSeriesItem
  yFilter : Number
The y value of this item, filtered against the vertical axis of the containing chart.
ColumnSeriesItem
  yNumber : Number
The y value of this item, converted to a number by the vertical axis of the containing chart.
ColumnSeriesItem
  yValue : Object
The y value of this item.
ColumnSeriesItem
Metodi pubblici
 MetodoDefinito da
  
ColumnSeriesItem(element:ColumnSeries = null, data:Object = null, index:uint = 0)
Constructor.
ColumnSeriesItem
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento.
EventDispatcher
 Inherited
Returns a copy of this ChartItem.
ChartItem
 Inherited
Invia un evento nel flusso di eventi.
EventDispatcher
 Inherited
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento.
EventDispatcher
 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
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Rimuove un listener dall'oggetto EventDispatcher.
EventDispatcher
 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
 Inherited
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato.
EventDispatcher
Eventi
 Evento Riepilogo Definito da
 Inherited[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR ottiene lo stato di attivazione del sistema operativo ed entra nello stato attivo.EventDispatcher
 Inherited[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR perde l'attivazione del sistema operativo e sta entrando nello stato inattivo.EventDispatcher
Descrizione delle proprietà

fill

proprietà
public var fill:IFill

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

Holds the fill color of the item.

min

proprietà 
public var min:Number

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

The minimum value of this item converted into screen coordinates. The value of this field is undefined if the ColumnSeries is not stacked and its minField property is not set.

minFilter

proprietà 
public var minFilter:Number

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

The minimum value of this item, filtered against the vertical axis of the containing chart. This value is NaN if the value lies outside the axis' range. The value of this field is undefined if the ColumnSeries is not stacked and its minField property is not set.

minNumber

proprietà 
public var minNumber:Number

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

The minimum value of this item, converted to a number by the vertical axis of the containing chart. The value of this field is undefined if the ColumnSeries is not stacked and its minField property is not set.

minValue

proprietà 
public var minValue:Object

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

The miniumum value of this item. The value of this field is undefined if the ColumnSeries is not stacked and its minField property is not set.

x

proprietà 
public var x:Number

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

The x value of this item converted into screen coordinates.

xFilter

proprietà 
public var xFilter:Number

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

The x value of this item, filtered against the horizontal axis of the containing chart. This value is NaN if the value lies outside the axis's range.

xNumber

proprietà 
public var xNumber:Number

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

The x value of this item, converted to a number by the horizontal axis of the containing chart.

xValue

proprietà 
public var xValue:Object

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

The x value of this item.

y

proprietà 
public var y:Number

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

The y value of this item converted into screen coordinates

yFilter

proprietà 
public var yFilter:Number

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

The y value of this item, filtered against the vertical axis of the containing chart. This value is NaN if the value lies outside the axis's range.

yNumber

proprietà 
public var yNumber:Number

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

The y value of this item, converted to a number by the vertical axis of the containing chart.

yValue

proprietà 
public var yValue:Object

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

The y value of this item.

Descrizione della funzione di costruzione

ColumnSeriesItem

()Funzione di costruzione
public function ColumnSeriesItem(element:ColumnSeries = null, data:Object = null, index:uint = 0)

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

Constructor.

Parametri
element:ColumnSeries (default = null) — The owning series.
 
data:Object (default = null) — The item from the dataProvider that this ChartItem represents.
 
index:uint (default = 0) — The index of the item from the series's dataProvider.




[ 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.