Pacchetto | mx.charts.series.items |
Classe | public class BubbleSeriesItem |
Ereditarietà | BubbleSeriesItem ChartItem EventDispatcher Object |
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 | ||
fill : IFill
Holds the fill color of the item. | BubbleSeriesItem | ||
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 | ||
x : Number
The x value of this item converted into screen coordinates. | BubbleSeriesItem | ||
xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart. | BubbleSeriesItem | ||
xNumber : Number
The x value of this item, converted to a number by the horizontal axis of the containing chart. | BubbleSeriesItem | ||
xValue : Object
The x value of this item. | BubbleSeriesItem | ||
y : Number
The y value of this item converted into screen coordinates. | BubbleSeriesItem | ||
yFilter : Number
The y value of this item, filtered against the vertical axis of the containing chart. | BubbleSeriesItem | ||
yNumber : Number
The y value of this item, converted to a number by the vertical axis of the containing chart. | BubbleSeriesItem | ||
yValue : Object
The y value of this item. | BubbleSeriesItem | ||
z : Number
The z value of this item converted into a pixel-based radius. | BubbleSeriesItem | ||
zFilter : Number
The z value of this item, filtered against the radius axis of the containing chart. | BubbleSeriesItem | ||
zNumber : Number
The z value of this item, converted to a number by the radius axis of the containing chart. | BubbleSeriesItem | ||
zValue : Object
The z value of this item. | BubbleSeriesItem |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | BubbleSeriesItem | ||
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 |
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.
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' 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.
z | proprietà |
public var z:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The z value of this item converted into a pixel-based radius.
zFilter | proprietà |
public var zFilter:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The z value of this item, filtered against the radius axis of the containing chart. This value is NaN
if the value lies outside the axis' range.
zNumber | proprietà |
public var zNumber:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The z value of this item, converted to a number by the radius axis of the containing chart.
zValue | proprietà |
public var zValue:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The z value of this item.
BubbleSeriesItem | () | Funzione di costruzione |
public function BubbleSeriesItem(element:BubbleSeries = 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.
Parametrielement:BubbleSeries (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.
|
Tue Jun 12 2018, 02:44 PM Z