(仅限 Flex 数据可视化组件)
mx.olap
public class OLAPResultAxis
继承OLAPResultAxis Inheritance Object
实现 IOLAPResultAxis

OLAPResultAxis 类表示 OLAP 查询的结果的轴。

另请参见

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


公共属性
 属性定义方
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
  positions : IList
IOLAPAxisPosition 实例列表,其中每个位置都表示轴上的点。
OLAPResultAxis
 Inheritedprototype : Object
[静态] 对类或函数对象的原型对象的引用。
Object
公共方法
 方法定义方
  
将位置添加到查询结果的轴中。
OLAPResultAxis
 Inherited
指示对象是否已经定义了指定的属性。
Object
 Inherited
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
指示指定的属性是否存在、是否可枚举。
Object
  
从查询结果的轴中删除位置。
OLAPResultAxis
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回指定对象的字符串表示形式。
Object
 Inherited
返回指定对象的原始值。
Object
属性详细信息
positions属性
positions:IList  [读写]

IOLAPAxisPosition 实例列表,其中每个位置都表示轴上的点。



实现
    public function get positions():IList
    public function set positions(value:IList):void
方法详细信息
addPosition()方法
public function addPosition(p:IOLAPAxisPosition):void

将位置添加到查询结果的轴中。

参数

p:IOLAPAxisPosition — 表示位置的 IOLAPAxisPosition 实例。

removePosition()方法 
public function removePosition(p:IOLAPAxisPosition):Boolean

从查询结果的轴中删除位置。

参数

p:IOLAPAxisPosition — 表示位置的 IOLAPAxisPosition 实例。

返回
Boolean — 如果从轴中删除了位置,则为 true,否则为 false