Paket | mx.charts.series.items |
Klass | public class HLOCSeriesItem |
Arv | HLOCSeriesItem ChartItem EventDispatcher Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Fler exempel
Egenskap | Definieras med | ||
---|---|---|---|
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
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 |
Metod | Definieras med | ||
---|---|---|---|
Constructor. | HLOCSeriesItem | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registrerar ett händelseavlyssnarobjekt för ett EventDispatcher-objekt så att avlyssnaren får meddelanden om händelser. | EventDispatcher | ||
Returns a copy of this ChartItem. | ChartItem | ||
Skickar en händelse till händelseflödet. | EventDispatcher | ||
Kontrollerar om EventDispatcher-objektet har några avlyssnare registrerade för en viss typ av händelse. | EventDispatcher | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Tar bort en avlyssnare från EventDispatcher-objektet. | EventDispatcher | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object | ||
Kontrollerar om en händelseavlyssnare är registrerad för det här EventDispatcher-objektet eller något av dess överordnade objekt för den angivna händelsetypen. | EventDispatcher |
close | egenskap |
public var close:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The close value of this item converted into screen coordinates.
closeFilter | egenskap |
public var closeFilter:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | egenskap |
public var closeNumber:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | egenskap |
public var closeValue:Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The close value of this item.
fill | egenskap |
public var fill:IFill
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Holds fill color of the item.
high | egenskap |
public var high:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The high value of this item converted into screen coordinates.
highFilter | egenskap |
public var highFilter:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | egenskap |
public var highNumber:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | egenskap |
public var highValue:Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The high value of this item.
low | egenskap |
public var low:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The low value of this item converted into screen coordinates.
lowFilter | egenskap |
public var lowFilter:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | egenskap |
public var lowNumber:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | egenskap |
public var lowValue:Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The low value of this item.
open | egenskap |
public var open:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The open value of this item converted into screen coordinates.
openFilter | egenskap |
public var openFilter:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | egenskap |
public var openNumber:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | egenskap |
public var openValue:Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The open value of this item.
x | egenskap |
public var x:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The x value of this item converted into screen coordinates.
xFilter | egenskap |
public var xFilter:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | egenskap |
public var xNumber:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | egenskap |
public var xValue:Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The x value of this item.
HLOCSeriesItem | () | Konstruktor |
public function HLOCSeriesItem(element:HLOCSeriesBase = null, data:Object = null, index:uint = 0)
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrarelement: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.
|
Tue Jun 12 2018, 01:40 PM Z