- See:
- See:
Methods
- 
        
    
    
      getChildren : {Array.<CubeAxisValue>}
- 
    
    
      Get an ordered list of the child CubeAxisValues of this value, at the next levelReturns:an array of the children of this CubeAxisValue - Type
- Array.<CubeAxisValue>
 
- 
        
    
    
      getDepth : {number}
- 
    
    
      Get the number of levels this header value spansReturns:the number of levels this header value spans. Typically one, but in the future something like a grand total may span all the available levels at a particular axis value location - Type
- number
 
- 
        
    
    
      getExtent : {number}
- 
    
    
      Get the number of indices spanned by this valueReturns:the number of indices spanned by this value - Type
- number
 
- 
        
    
    
      getLabel : {string|null}
- 
    
    
      Get the label for this axis header location, if any. If none, falls back to CubeAxisValue#getValue- Since:
- 1.1.0
 
 Returns:the label for this axis header value - Type
- string | null
 
- 
        
    
    
      getLevel : {CubeLevel}
- 
    
    
      Get the CubeLevel of which this value is a memberReturns:the level to which this header value belongs - Type
- CubeLevel
 
- 
        
    
    
      getParents : {Array.<CubeAxisValue>}
- 
    
    
      Get the parent CubeAxisValues of this valueReturns:an array of CubeAxisValues--all the slower-varying level axis values under which this value is grouped - Type
- Array.<CubeAxisValue>
 
- 
        
    
    
      getStart : {number}
- 
    
    
      Get the starting index of this value within the axisReturns:the starting index of this value within the axis - Type
- number
 
- 
        
    
    
      getValue : {Object|string}
- 
    
    
      Get the actual value of this axis header locationReturns:the value at this location in the header - Type
- Object | string