Fields
-
attribute :string
-
The rowset attribute this level represents
-
axis :number
-
The axis this level is a member of
Methods
-
getValue(index) : {oj.CubeAxisValue}
-
Return the oj.CubeAxisValue at the given index within this level
Parameters:
Name Type Description indexnumber the axis index for which to get the value Returns:
the value at the given location within the level- Type
- oj.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