- See:
- See:
Fields
-
attribute :string
-
The rowset attribute this level represents
-
axis :number
-
The axis this level is a member of
Methods
-
getValue(index) : {CubeAxisValue}
-
Return the CubeAxisValue at the given index within this level
Parameters:
Name Type Description index
number the axis index for which to get the value Returns:
the value at the given location within the level
- Type
- CubeAxisValue
-
isDataValue : {boolean}
-
Does this level represent the data values within the cube?
Returns:
true if this level does represent the data values within the cube; false otherwise
- Type
- boolean