| Package | mx.charts.series.items |
| Class | public class HLOCSeriesItem |
| Inheritance | HLOCSeriesItem ChartItem EventDispatcher Object |
| Property | Defined By | ||
|---|---|---|---|
| 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
A reference to the class object or constructor function for a given object instance.
| 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 | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| 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 | ||
| Method | Defined By | ||
|---|---|---|---|
|
Constructor.
| HLOCSeriesItem | ||
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event.
| EventDispatcher | |
![]() |
Returns a copy of this ChartItem.
| ChartItem | |
![]() |
Dispatches an event into the event flow.
| EventDispatcher | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event.
| EventDispatcher | |
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Removes a listener from the EventDispatcher object.
| EventDispatcher | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type.
| EventDispatcher | |
| close | property |
public var close:Number
The close value of this item converted into screen coordinates.
| closeFilter | property |
public var closeFilter:Number
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 | property |
public var closeNumber:Number
The close value of this item, converted to a number by the vertical axis of the containing chart.
| closeValue | property |
public var closeValue:Object
The close value of this item.
| fill | property |
public var fill:IFill
Holds fill color of the item
| high | property |
public var high:Number
The high value of this item converted into screen coordinates.
| highFilter | property |
public var highFilter:Number
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 | property |
public var highNumber:Number
The high value of this item, converted to a number by the vertical axis of the containing chart.
| highValue | property |
public var highValue:Object
The high value of this item.
| low | property |
public var low:Number
The low value of this item converted into screen coordinates.
| lowFilter | property |
public var lowFilter:Number
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 | property |
public var lowNumber:Number
The low value of this item, converted to a number by the vertical axis of the containing chart.
| lowValue | property |
public var lowValue:Object
The low value of this item.
| open | property |
public var open:Number
The open value of this item converted into screen coordinates.
| openFilter | property |
public var openFilter:Number
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 | property |
public var openNumber:Number
The open value of this item, converted to a number by the vertical axis of the containing chart.
| openValue | property |
public var openValue:Object
The open value of this item.
| x | property |
public var x:Number
The x value of this item converted into screen coordinates.
| xFilter | property |
public var xFilter:Number
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 | property |
public var xNumber:Number
The x value of this item, converted to a number by the horizontal axis of the containing chart.
| xValue | property |
public var xValue:Object
The x value of this item.
| HLOCSeriesItem | () | Constructor |
public function HLOCSeriesItem(element:HLOCSeriesBase = null, data:Object = null, index:uint = 0)
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.
|