Packagemx.olap
Classpublic class OLAPAxisPosition
InheritanceOLAPAxisPosition Inheritance Object
Implements IOLAPAxisPosition

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

The OLAPAxisPosition class represents a position along the axis of the result of an OLAP query result.

See also

mx.olap.IOLAPResultAxis
mx.olap.IOLAPResult
mx.olap.OLAPResult


Public Properties
 PropertyDefined By
  members : IList
[read-only] The members of the query result, at this position as a list of IOLAPMember instances.
OLAPAxisPosition
Public Methods
 MethodDefined By
  
Constructor
OLAPAxisPosition
Property Detail
membersproperty
members:IList  [read-only]

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

The members of the query result, at this position as a list of IOLAPMember instances.


Implementation
    public function get members():IList
Constructor Detail
OLAPAxisPosition()Constructor
public function OLAPAxisPosition()

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

Constructor