Packagemx.olap
Classpublic class OLAPResultAxis
InheritanceOLAPResultAxis Inheritance Object
Implements IOLAPResultAxis

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

The OLAPResultAxis class represents an axis of the result of an OLAP query.

See also

mx.olap.OLAPQuery
mx.olap.OLAPQueryAxis
mx.olap.IOLAPResultAxis
mx.olap.IOLAPResult
mx.olap.OLAPResult


Public Properties
 PropertyDefined By
  positions : IList
A list of IOLAPAxisPosition instances, where each position represents a point along the axis.
OLAPResultAxis
Public Methods
 MethodDefined By
  
Adds a position to the axis of the query result.
OLAPResultAxis
  
Removes a position from the axis of the query result.
OLAPResultAxis
Property Detail
positionsproperty
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.


Implementation
    public function get positions():IList
    public function set positions(value:IList):void
Method Detail
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.

Returns
Booleantrue if the position is removed from the axis, and false if not.