java.lang.Object
com.aspose.cells.AxisBins
public class AxisBins
- extends java.lang.Object
Represents axis bins
AxisBins
public AxisBins()
-
Property Getters/Setters Detail |
isByCategory/setByCategory | |
public boolean isByCategory() / 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.
getWidth/setWidth | |
public double getWidth() / 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
getOverflow/setOverflow | |
public double getOverflow() / 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
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.