public class AxisBins
extends java.lang.Object
| Constructor and Description |
|---|
AxisBins() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the count of axis bins
|
double |
getOverflow()
Gets the overflow of axis bins
|
double |
getUnderflow()
Gets the underflow of axis bins
|
double |
getWidth()
Gets the width of axis bin
|
boolean |
isAutomatic()
Indicates whether the axis bins are automatic.
|
boolean |
isByCategory()
Indicates whether grouping data by category
|
void |
resetOverflow()
Reset the overflow
|
void |
resetUnderflow()
Reset the underflow
|
void |
setAutomatic(boolean value)
Indicates whether the axis bins are automatic.
|
void |
setByCategory(boolean value)
Indicates whether grouping data by category
|
void |
setCount(int value)
Sets the count of axis bins
|
void |
setOverflow(double value)
Sets the overflow of axis bins
|
void |
setUnderflow(double value)
Sets the underflow of axis bins
|
void |
setWidth(double value)
Sets the width of axis bin
|
public boolean isByCategory()
public void setByCategory(boolean value)
public boolean isAutomatic()
public void setAutomatic(boolean value)
public double getWidth()
public void setWidth(double value)
public int getCount()
public void setCount(int value)
public double getOverflow()
public void setOverflow(double value)
public double getUnderflow()
public void setUnderflow(double value)
public void resetOverflow()
public void resetUnderflow()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2001-2023. All Rights Reserved.