Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Represents the information required to render an item
as part of an AreaSeries.
The AreaSeries class passes these items to its itemRenderer when rendering.
public var fill:IFill
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Holds the fill color of the item.
public var min:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The minimum value of this item converted into screen coordinates. The value of this field is undefined
if the AreaSeries is not stacked and its minField
property is not set.
public var minFilter:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The minimum value of this item, filtered against the vertical axis of the containing chart. This value is set to NaN
if the value lies outside the axis's range.
The value of this field is undefined
if the AreaSeries is not stacked and its minField
property is not set.
public var minNumber:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The minimum value of this item, converted to a number by the vertical axis of the containing chart.
The value of this field is undefined
if the AreaSeries is not stacked and its minField
property is not set.
public var minValue:Object
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The minimum value of this item.
The value of this field is undefined
if the AreaSeries is not stacked and its minField
property is not set.
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 set to 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 numeric representation 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 var y:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The y value of this item converted into screen coordinates.
public var yFilter:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The y value of this item, filtered against the vertical axis of the containing chart. This value is set to NaN
if the value lies outside the axis's range.
public var yNumber:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The y value of this item, converted to a numeric representation by the vertical axis of the containing chart.
public var yValue:Object
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The y value of this item.
public function AreaSeriesItem(element:AreaSeries = null, item:Object = null, index:uint = 0)
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
Parameters | element:AreaSeries (default = null ) — The owning series.
|
|
| item:Object (default = null ) — The item from the dataProvider this ChartItem represents.
|
|
| index:uint (default = 0 ) — The index of the item from the series's dataProvider.
|
Mon Feb 18 2013, 01:33 PM +11:00