Packagemx.charts.series.items
Classpublic class HLOCSeriesItem
InheritanceHLOCSeriesItem Inheritance ChartItem Inheritance flash.events.EventDispatcher

Language Version : ActionScript 3.0
Product Version : Flex 3
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 Properties
 PropertyDefined 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
 InheritedcurrentState : String
Defines the appearance of the ChartItem.
ChartItem
 Inheritedelement : 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
 Inheritedindex : int
The index of the data from the series' data provider that the ChartItem represents.
ChartItem
 Inheriteditem : Object
The item from the series' data provider that the ChartItem represents.
ChartItem
 InheriteditemRenderer : 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
Public Methods
 MethodDefined By
  
HLOCSeriesItem(element:HLOCSeriesBase = null, data:Object = null, index:uint = 0)
Constructor.
HLOCSeriesItem
 Inherited
Returns a copy of this ChartItem.
ChartItem
Public Constants
 ConstantDefined By
 InheritedDISABLED : String = disabled
[static] Value that indicates the ChartItem appears disabled and cannot be selected.
ChartItem
 InheritedFOCUSED : String = focused
[static] Value that indicates the ChartItem has focus but does not appear to be selected.
ChartItem
 InheritedFOCUSEDSELECTED : String = focusedSelected
[static] Value that indicates the ChartItem appears to have focus and appears to be selected.
ChartItem
 InheritedNONE : String = none
[static] Value that indicates the ChartItem does not appear to be selected, does not have focus, and is not being rolled over.
ChartItem
 InheritedROLLOVER : String = rollOver
[static] Value that indicates the ChartItem appears as if the mouse was over it.
ChartItem
 InheritedSELECTED : String = selected
[static] Value that indicates the ChartItem appears selected but does not have focus.
ChartItem
Property Detail
closeproperty
public var close:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The close value of this item converted into screen coordinates.

closeFilterproperty 
public var closeFilter:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

closeNumberproperty 
public var closeNumber:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

closeValueproperty 
public var closeValue:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The close value of this item.

fillproperty 
public var fill:IFill

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Holds fill color of the item.

highproperty 
public var high:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The high value of this item converted into screen coordinates.

highFilterproperty 
public var highFilter:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

highNumberproperty 
public var highNumber:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

highValueproperty 
public var highValue:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The high value of this item.

lowproperty 
public var low:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The low value of this item converted into screen coordinates.

lowFilterproperty 
public var lowFilter:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

lowNumberproperty 
public var lowNumber:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

lowValueproperty 
public var lowValue:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The low value of this item.

openproperty 
public var open:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The open value of this item converted into screen coordinates.

openFilterproperty 
public var openFilter:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

openNumberproperty 
public var openNumber:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

openValueproperty 
public var openValue:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The open value of this item.

xproperty 
public var x:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The x value of this item converted into screen coordinates.

xFilterproperty 
public var xFilter:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

xNumberproperty 
public var xNumber:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

xValueproperty 
public var xValue:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The x value of this item.

Constructor Detail
HLOCSeriesItem()Constructor
public function HLOCSeriesItem(element:HLOCSeriesBase = null, data:Object = null, index:uint = 0)

Language Version : ActionScript 3.0
Product Version : Flex 3
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.