com.aspose.cells
Class AxisBins

java.lang.Object
    extended by com.aspose.cells.AxisBins

public class AxisBins 
extends java.lang.Object

Represents axis bins


Constructor Summary
AxisBins()
          
 
Property Getters/Setters Summary
intgetCount()
voidsetCount(int)
           Gets or set the count of axis bins
booleanisAutomatic()
voidsetAutomatic(boolean)
           Indicates whether the axis bins are automatic.
booleanisByCategory()
voidsetByCategory(boolean)
           Indicates whether grouping data by category
doublegetOverflow()
voidsetOverflow(double)
           Gets or set the overflow of axis bins
doublegetUnderflow()
voidsetUnderflow(double)
           Gets or set the underflow of axis bins
doublegetWidth()
voidsetWidth(double)
           Gets or sets the width of axis bin
 
Method Summary
voidresetOverflow()
           Reset the overflow
voidresetUnderflow()
           Reset the underflow
 

Constructor Detail

AxisBins

public AxisBins()

Property Getters/Setters Detail

isByCategory/setByCategory

public boolean isByCategory() / public void setByCategory(boolean value)
Indicates whether grouping data by category

setByCategory

public void setByCategory(boolean value)
Indicates whether grouping data by category

isAutomatic/setAutomatic

public boolean isAutomatic() / public void setAutomatic(boolean value)
Indicates whether the axis bins are automatic.

setAutomatic

public void setAutomatic(boolean value)
Indicates whether the axis bins are automatic.

getWidth/setWidth

public double getWidth() / public void setWidth(double value)
Gets or sets the width of axis bin

setWidth

public void setWidth(double value)
Gets or sets the width of axis bin

getCount/setCount

public int getCount() / public void setCount(int value)
Gets or set the count of axis bins

setCount

public void setCount(int value)
Gets or set the count of axis bins

getOverflow/setOverflow

public double getOverflow() / public void setOverflow(double value)
Gets or set the overflow of axis bins

setOverflow

public void setOverflow(double value)
Gets or set the overflow of axis bins

getUnderflow/setUnderflow

public double getUnderflow() / public void setUnderflow(double value)
Gets or set the underflow of axis bins

setUnderflow

public void setUnderflow(double value)
Gets or set the underflow of axis bins

Method Detail

resetOverflow

public void resetOverflow()
Reset the overflow

resetUnderflow

public void resetUnderflow()
Reset the underflow

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.