| 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 ColumnSeries. The ColumnSeries 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 ColumnSeries 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 NaN if the value lies outside the axis' range.
The value of this field is undefined if the ColumnSeries 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 ColumnSeries 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 miniumum value of this item.
The value of this field is undefined if the ColumnSeries 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 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 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 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 number 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 ColumnSeriesItem(element:ColumnSeries = null, data:Object = null, index:uint = 0)| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
Parameters | element:ColumnSeries (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 Dec 24 2012, 01:18 PM +11:00