Pakket | mx.charts.series.items |
Klasse | public class AreaSeriesItem |
Overerving | AreaSeriesItem ChartItem EventDispatcher Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Meer voorbeelden
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | AreaSeriesItem | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | ||
Returns a copy of this ChartItem. | ChartItem | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
fill | eigenschap |
public var fill:IFill
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Holds the fill color of the item.
min | eigenschap |
public var min:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | eigenschap |
public var minFilter:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | eigenschap |
public var minNumber:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | eigenschap |
public var minValue:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | eigenschap |
public var x:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The x value of this item converted into screen coordinates.
xFilter | eigenschap |
public var xFilter:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | eigenschap |
public var xNumber:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | eigenschap |
public var xValue:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The x value of this item.
y | eigenschap |
public var y:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The y value of this item converted into screen coordinates.
yFilter | eigenschap |
public var yFilter:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | eigenschap |
public var yNumber:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | eigenschap |
public var yValue:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The y value of this item.
AreaSeriesItem | () | Constructor |
public function AreaSeriesItem(element:AreaSeries = null, item:Object = null, index:uint = 0)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parameterselement: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.
|
Wed Jun 13 2018, 11:42 AM Z