| Pacchetto | mx.charts |
| Classe | public class ChartItem |
| Ereditarietà | ChartItem EventDispatcher Object |
| Sottoclassi | AreaSeriesItem, BarSeriesItem, BubbleSeriesItem, ColumnSeriesItem, HLOCSeriesItem, LineSeriesItem, PieSeriesItem, PlotSeriesItem |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Altri esempi
| Proprietà | Definito da | ||
|---|---|---|---|
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| currentState : String
Defines the appearance of the ChartItem. | ChartItem | ||
| element : IChartElement
The series or element that owns the ChartItem. | ChartItem | ||
| index : int
The index of the data from the series' data provider
that the ChartItem represents. | ChartItem | ||
| item : Object
The item from the series' data provider that the ChartItem represents. | ChartItem | ||
| itemRenderer : IFlexDisplayObject
The instance of the chart's itemRenderer
that represents this ChartItem. | ChartItem | ||
| Metodo | Definito da | ||
|---|---|---|---|
Constructor. | ChartItem | ||
![]() | 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 | |
Returns a copy of this ChartItem. | ChartItem | ||
![]() |
Invia un evento nel flusso di eventi. | EventDispatcher | |
![]() |
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | |
![]() |
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 | |
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | |
![]() |
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 | |
![]() |
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher | |
| Costante | Definito da | ||
|---|---|---|---|
| DISABLED : String = "disabled" [statico]
Value that indicates the ChartItem appears disabled and cannot be selected. | ChartItem | ||
| FOCUSED : String = "focused" [statico]
Value that indicates the ChartItem has focus but does not appear to be selected. | ChartItem | ||
| FOCUSEDSELECTED : String = "focusedSelected" [statico]
Value that indicates the ChartItem appears to have focus and appears to be selected. | ChartItem | ||
| NONE : String = "none" [statico]
Value that indicates the ChartItem does not appear to be selected, does not have focus, and is not being rolled over. | ChartItem | ||
| ROLLOVER : String = "rollOver" [statico]
Value that indicates the ChartItem appears as if the mouse was over it. | ChartItem | ||
| SELECTED : String = "selected" [statico]
Value that indicates the ChartItem appears selected but does not have focus. | ChartItem | ||
currentState | proprietà |
currentState:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Defines the appearance of the ChartItem.
The currentState property can be set to none, rollOver,
selected, disabled, focusSelected, and focused.
Implementazione
public function get currentState():String public function set currentState(value:String):voidelement | proprietà |
public var element:IChartElement| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
The series or element that owns the ChartItem.
index | proprietà |
public var index:int| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
The index of the data from the series' data provider that the ChartItem represents.
item | proprietà |
public var item:Object| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
The item from the series' data provider that the ChartItem represents.
itemRenderer | proprietà |
public var itemRenderer:IFlexDisplayObject| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
The instance of the chart's itemRenderer that represents this ChartItem.
ChartItem | () | Funzione di costruzione |
public function ChartItem(element:IChartElement = null, item:Object = null, index:uint = 0)| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrielement:IChartElement (default = null) — The series or element to which the ChartItem belongs.
| |
item:Object (default = null) — The item from the series' data provider
that the ChartItem represents.
| |
index:uint (default = 0) — The index of the data from the series' data provider
that the ChartItem represents.
|
clone | () | metodo |
DISABLED | Costante |
public static const DISABLED:String = "disabled"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Value that indicates the ChartItem appears disabled and cannot be selected.
FOCUSED | Costante |
public static const FOCUSED:String = "focused"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Value that indicates the ChartItem has focus but does not appear to be selected.
FOCUSEDSELECTED | Costante |
public static const FOCUSEDSELECTED:String = "focusedSelected"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Value that indicates the ChartItem appears to have focus and appears to be selected.
NONE | Costante |
public static const NONE:String = "none"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Value that indicates the ChartItem does not appear to be selected, does not have focus, and is not being rolled over.
ROLLOVER | Costante |
public static const ROLLOVER:String = "rollOver"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Value that indicates the ChartItem appears as if the mouse was over it.
SELECTED | Costante |
public static const SELECTED:String = "selected"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Value that indicates the ChartItem appears selected but does not have focus.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate