Methods
-
getValue(index) → {oj.CubeAxisValue}
-
Return the oj.CubeAxisValue at the given index within this level
Parameters:
Name Type Description index
{number} the axis index for which to get the value - Source:
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?
- Source:
Returns:
true if this level does represent the data values within the cube; false otherwise- Type
- boolean