Pacchetto | mx.charts.series.items |
Classe | public class AreaSeriesItem |
Ereditarietà | AreaSeriesItem 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. | AreaSeriesItem | ||
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 | ||
min : Number
The minimum value of this item converted into screen coordinates. | AreaSeriesItem | ||
minFilter : Number
The minimum value of this item, filtered against the vertical axis of the containing chart. | AreaSeriesItem | ||
minNumber : Number
The minimum value of this item, converted to a number by the vertical axis of the containing chart. | AreaSeriesItem | ||
minValue : Object
The minimum value of this item. | AreaSeriesItem | ||
x : Number
The x value of this item converted into screen coordinates. | AreaSeriesItem | ||
xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart. | AreaSeriesItem | ||
xNumber : Number
The x value of this item, converted to a numeric representation by the horizontal axis of the containing chart. | AreaSeriesItem | ||
xValue : Object
The x value of this item. | AreaSeriesItem | ||
y : Number
The y value of this item converted into screen coordinates. | AreaSeriesItem | ||
yFilter : Number
The y value of this item, filtered against the vertical axis of the containing chart. | AreaSeriesItem | ||
yNumber : Number
The y value of this item, converted to a numeric representation by the vertical axis of the containing chart. | AreaSeriesItem | ||
yValue : Object
The y value of this item. | AreaSeriesItem |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | AreaSeriesItem | ||
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.
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 AreaSeries 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 set to NaN
if the value lies outside the axis's range.
The value of this field is undefined
if the AreaSeries 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 AreaSeries 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 minimum value of this item.
The value of this field is undefined
if the AreaSeries 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 set to 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 numeric representation 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 set to 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 numeric representation 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.
AreaSeriesItem | () | Funzione di costruzione |
public function AreaSeriesItem(element:AreaSeries = 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:AreaSeries (default = null ) — The owning series.
| |
item:Object (default = null ) — The item from the dataProvider 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