Represents the information required to render an item
as part of an AreaSeries.
The AreaSeries class passes these items to its itemRenderer when rendering.
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.
minFilter
property
public var minFilter:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
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.
minNumber
property
public var minNumber:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
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.
minValue
property
public var minValue:Object
Language Version :
ActionScript 3.0
Product Version :
Flex 3
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.
x
property
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.
xFilter
property
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 set to NaN if the value lies outside the axis's range.
xNumber
property
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 numeric representation by the horizontal axis of the containing chart.
xValue
property
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.
y
property
public var y:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
The y value of this item converted into screen coordinates.
yFilter
property
public var yFilter:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
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.
yNumber
property
public var yNumber:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
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.
yValue
property
public var yValue:Object
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
The y value of this item.
Constructor Detail
AreaSeriesItem
()
Constructor
public function AreaSeriesItem(element:AreaSeries = null, item: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: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.