Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Represents the information required to render an item as part of a HLOCSeries. The HLOCSeries class passes these items to its itemRenderer when rendering.
public var close:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The close value of this item converted into screen coordinates.
public var closeFilter:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | 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.
public var closeNumber:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The close value of this item, converted to a number by the vertical axis of the containing chart.
public var closeValue:Object
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The close value of this item.
public var fill:IFill
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Holds fill color of the item.
public var high:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The high value of this item converted into screen coordinates.
public var highFilter:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | 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.
public var highNumber:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The high value of this item, converted to a number by the vertical axis of the containing chart.
public var highValue:Object
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The high value of this item.
public var low:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The low value of this item converted into screen coordinates.
public var lowFilter:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | 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.
public var lowNumber:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The low value of this item, converted to a number by the vertical axis of the containing chart.
public var lowValue:Object
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The low value of this item.
public var open:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The open value of this item converted into screen coordinates.
public var openFilter:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | 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.
public var openNumber:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The open value of this item, converted to a number by the vertical axis of the containing chart.
public var openValue:Object
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The open value of this item.
public var x:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The x value of this item converted into screen coordinates.
public var xFilter:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | 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.
public var xNumber:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The x value of this item, converted to a number by the horizontal axis of the containing chart.
public var xValue:Object
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The x value of this item.
public function HLOCSeriesItem(element:HLOCSeriesBase = null, data:Object = null, index:uint = 0)
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
Parameters | element: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.
|
Mon Jul 9 2012, 07:18 PM -04:00