aspose.cells

Class AxisBins

Represents axis bins

Property Getters/Setters Summary
functiongetCount()
function
setCount(value)
           Gets or set the count of axis bins
functionisAutomatic()
function
           Indicates whether the axis bins are automatic.
functionisByCategory()
function
           Indicates whether grouping data by category
functiongetOverflow()
function
           Gets or set the overflow of axis bins
functiongetUnderflow()
function
           Gets or set the underflow of axis bins
functiongetWidth()
function
setWidth(value)
           Gets or sets the width of axis bin
 
Method Summary
functionresetOverflow()
Reset the overflow
functionresetUnderflow()
Reset the underflow
 

    • Property Getters/Setters Detail

      • isByCategory/setByCategory : boolean 

        function isByCategory() / function setByCategory(value)
        
        Indicates whether grouping data by category
      • isAutomatic/setAutomatic : boolean 

        function isAutomatic() / function setAutomatic(value)
        
        Indicates whether the axis bins are automatic.
      • getWidth/setWidth : Number 

        function getWidth() / function setWidth(value)
        
        Gets or sets the width of axis bin
      • getCount/setCount : Number 

        function getCount() / function setCount(value)
        
        Gets or set the count of axis bins
      • getOverflow/setOverflow : Number 

        function getOverflow() / function setOverflow(value)
        
        Gets or set the overflow of axis bins
      • getUnderflow/setUnderflow : Number 

        function getUnderflow() / function setUnderflow(value)
        
        Gets or set the underflow of axis bins
    • Method Detail

      • resetOverflow

        function resetOverflow()
        Reset the overflow
      • resetUnderflow

        function resetUnderflow()
        Reset the underflow