asposecells.api

Class AxisBins

Represents axis bins

Property Getters/Setters Summary
methodgetCount()
method
setCount(value)
           Gets or set the count of axis bins
methodisAutomatic()
method
           Indicates whether the axis bins are automatic.
methodisByCategory()
method
           Indicates whether grouping data by category
methodgetOverflow()
method
           Gets or set the overflow of axis bins
methodgetUnderflow()
method
           Gets or set the underflow of axis bins
methodgetWidth()
method
setWidth(value)
           Gets or sets the width of axis bin
 
Method Summary
methodresetOverflow()
Reset the overflow
methodresetUnderflow()
Reset the underflow
 

    • Property Getters/Setters Detail

      • isByCategory/setByCategory : boolean 

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

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

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

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

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

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

      • resetOverflow

         resetOverflow()
        Reset the overflow NOTE: This method is now obsolete. This is an internal method that does not need to be called externally to avoid causing problems. This property will be removed 12 months later since July 2024. Aspose apologizes for any inconvenience you may have experienced.
      • resetUnderflow

         resetUnderflow()
        Reset the underflow NOTE: This method is now obsolete. This is an internal method that does not need to be called externally to avoid causing problems. This property will be removed 12 months later since July 2024. Aspose apologizes for any inconvenience you may have experienced.