Pakket | mx.charts.series.items |
Klasse | public class HLOCSeriesItem |
Overerving | HLOCSeriesItem ChartItem EventDispatcher Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Meer voorbeelden
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
close : Number
The close value of this item converted into screen coordinates. | HLOCSeriesItem | ||
closeFilter : Number
The close value of this item, filtered against the vertical axis of the containing chart. | HLOCSeriesItem | ||
closeNumber : Number
The close value of this item, converted to a number by the vertical axis of the containing chart. | HLOCSeriesItem | ||
closeValue : Object
The close value of this item. | HLOCSeriesItem | ||
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 fill color of the item. | HLOCSeriesItem | ||
high : Number
The high value of this item converted into screen coordinates. | HLOCSeriesItem | ||
highFilter : Number
The high value of this item, filtered against the vertical axis of the containing chart. | HLOCSeriesItem | ||
highNumber : Number
The high value of this item, converted to a number by the vertical axis of the containing chart. | HLOCSeriesItem | ||
highValue : Object
The high value of this item. | HLOCSeriesItem | ||
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 | ||
low : Number
The low value of this item converted into screen coordinates. | HLOCSeriesItem | ||
lowFilter : Number
The low value of this item, filtered against the vertical axis of the containing chart. | HLOCSeriesItem | ||
lowNumber : Number
The low value of this item, converted to a number by the vertical axis of the containing chart. | HLOCSeriesItem | ||
lowValue : Object
The low value of this item. | HLOCSeriesItem | ||
open : Number
The open value of this item converted into screen coordinates. | HLOCSeriesItem | ||
openFilter : Number
The open value of this item, filtered against the vertical axis of the containing chart. | HLOCSeriesItem | ||
openNumber : Number
The open value of this item, converted to a number by the vertical axis of the containing chart. | HLOCSeriesItem | ||
openValue : Object
The open value of this item. | HLOCSeriesItem | ||
x : Number
The x value of this item converted into screen coordinates. | HLOCSeriesItem | ||
xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart. | HLOCSeriesItem | ||
xNumber : Number
The x value of this item, converted to a number by the horizontal axis of the containing chart. | HLOCSeriesItem | ||
xValue : Object
The x value of this item. | HLOCSeriesItem |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | HLOCSeriesItem | ||
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 |
close | eigenschap |
public var close:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The close value of this item converted into screen coordinates.
closeFilter | eigenschap |
public var closeFilter:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The close 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.
closeNumber | eigenschap |
public var closeNumber:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The close value of this item, converted to a number by the vertical axis of the containing chart.
closeValue | eigenschap |
public var closeValue:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The close value of this item.
fill | eigenschap |
public var fill:IFill
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Holds fill color of the item.
high | eigenschap |
public var high:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The high value of this item converted into screen coordinates.
highFilter | eigenschap |
public var highFilter:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The high 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.
highNumber | eigenschap |
public var highNumber:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The high value of this item, converted to a number by the vertical axis of the containing chart.
highValue | eigenschap |
public var highValue:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The high value of this item.
low | eigenschap |
public var low:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The low value of this item converted into screen coordinates.
lowFilter | eigenschap |
public var lowFilter:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The low 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.
lowNumber | eigenschap |
public var lowNumber:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The low value of this item, converted to a number by the vertical axis of the containing chart.
lowValue | eigenschap |
public var lowValue:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The low value of this item.
open | eigenschap |
public var open:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The open value of this item converted into screen coordinates.
openFilter | eigenschap |
public var openFilter:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The open 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.
openNumber | eigenschap |
public var openNumber:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The open value of this item, converted to a number by the vertical axis of the containing chart.
openValue | eigenschap |
public var openValue:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The open value of this item.
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 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 number 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.
HLOCSeriesItem | () | Constructor |
public function HLOCSeriesItem(element:HLOCSeriesBase = null, data:Object = null, index:uint = 0)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parameterselement:HLOCSeriesBase (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.
|
Wed Jun 13 2018, 11:42 AM Z