包 | mx.olap |
类 | public class OLAPResultAxis |
继承 | OLAPResultAxis Object |
实现 | IOLAPResultAxis |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
positions : IList
IOLAPAxisPosition 实例列表,其中每个位置都表示轴上的点。 | OLAPResultAxis |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
将位置添加到查询结果的轴中。 | OLAPResultAxis | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
从查询结果的轴中删除位置。 | OLAPResultAxis | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
positions | 属性 |
方法详细信息
addPosition | () | 方法 |
public function addPosition(p:IOLAPAxisPosition):void
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
将位置添加到查询结果的轴中。
参数
p:IOLAPAxisPosition — 表示位置的 IOLAPAxisPosition 实例。
|
removePosition | () | 方法 |
public function removePosition(p:IOLAPAxisPosition):Boolean
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
从查询结果的轴中删除位置。
参数
p:IOLAPAxisPosition — 表示位置的 IOLAPAxisPosition 实例。
|
Boolean — 如果从轴中删除了位置,则为 true ,否则为 false 。
|
Tue Jun 12 2018, 11:04 AM Z