| Package | mx.olap |
| Class | public class OLAPResultAxis |
| Inheritance | OLAPResultAxis Object |
| Implements | IOLAPResultAxis |
See also
| 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 | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| 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 the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| positions | property |
positions:IList [read-write]
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
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
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.
|