Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.olap 
OLAPResultAxis 
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



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  positions : IList
A list of IOLAPAxisPosition instances, where each position represents a point along the axis.
OLAPResultAxis
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
  
Adds a position to the axis of the query result.
OLAPResultAxis
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
  
Removes a position from the axis of the query result.
OLAPResultAxis
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

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.



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.