Package | mx.olap |
Class | public class OLAPResultAxis |
Inheritance | OLAPResultAxis Object |
Implements | IOLAPResultAxis |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
See also
Property | Defined By | ||
---|---|---|---|
positions : IList
A list of IOLAPAxisPosition instances,
where each position represents a point along the axis. | OLAPResultAxis |
Method | Defined By | ||
---|---|---|---|
addPosition(p:IOLAPAxisPosition):void
Adds a position to the axis of the query result. | OLAPResultAxis | ||
removePosition(p:IOLAPAxisPosition):Boolean
Removes a position from the axis of the query result. | OLAPResultAxis |
positions | property |
positions:IList
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
A list of IOLAPAxisPosition instances, where each position represents a point along the axis.
public function get positions():IList
public function set positions(value:IList):void
addPosition | () | method |
public function addPosition(p:IOLAPAxisPosition):void
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Adds a position to the axis of the query result.
Parameters
p:IOLAPAxisPosition — The IOLAPAxisPosition instance that represents the position.
|
removePosition | () | method |
public function removePosition(p:IOLAPAxisPosition):Boolean
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Removes a position from the axis of the query result.
Parameters
p:IOLAPAxisPosition — The IOLAPAxisPosition instance that represents the position.
|
Boolean — true if the position is removed from the axis,
and false if not.
|