public class AxisBins
extends java.lang.Object
| 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()
Deprecated.
This is an internal method.
|
void |
resetUnderflow()
Deprecated.
This is an internal method.
|
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()
Remarks
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.public void resetUnderflow()
Remarks
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.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 2003-2025. All Rights Reserved.