| 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 | 
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
|  | constructor : 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 | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
| 
      Adds a position to the axis of the query result. | OLAPResultAxis | ||
|  | 
	 Indicates whether an object has a specified property defined. | Object | |
|  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter. | Object | |
|  | 
	 Indicates whether the specified property exists and is enumerable. | Object | |
| 
      Removes a position from the axis of the query result. | OLAPResultAxis | ||
|  | 
     Sets the availability of a dynamic property for loop operations. | Object | |
|  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
|  | 
	 Returns the string representation of the specified object. | Object | |
|  | 
	 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):voidMethod 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. | 
| Boolean—trueif the position is removed from the axis, 
      andfalseif not. | 
Thu Dec 4 2014, 05:50 PM -08:00