((Apenas para componentes do Flex Data Visualization))
Pacotemx.olap
Classepublic class OLAPResultAxis
HerançaOLAPResultAxis Inheritance Object
Implementa IOLAPResultAxis

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

Veja também

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


Propriedades Públicas
 PropriedadeDefinido por
 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
Métodos Públicos
 MétodoDefinido por
  
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 the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Detalhes da propriedade
positionspropriedade
positions:IList  [read-write]

A list of IOLAPAxisPosition instances, where each position represents a point along the axis.


Implementação
    public function get positions():IList
    public function set positions(value:IList):void
Detalhes do método
addPosition()método
public function addPosition(p:IOLAPAxisPosition):void

Adds a position to the axis of the query result.

Parâmetros

p:IOLAPAxisPosition — The IOLAPAxisPosition instance that represents the position.

removePosition()método 
public function removePosition(p:IOLAPAxisPosition):Boolean

Removes a position from the axis of the query result.

Parâmetros

p:IOLAPAxisPosition — The IOLAPAxisPosition instance that represents the position.

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