java.lang.Object
com.aspose.cells.AxisBins
public class AxisBins
| Constructor Summary |
|---|
AxisBins()
|
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | |
void | setCount(int) | |
| Gets or set the count of axis bins | ||
boolean | isAutomatic() | |
void | setAutomatic(boolean) | |
| Indicates whether the axis bins are automatic. | ||
boolean | isByCategory() | |
void | setByCategory(boolean) | |
| Indicates whether grouping data by category | ||
double | getOverflow() | |
void | setOverflow(double) | |
| Gets or set the overflow of axis bins | ||
double | getUnderflow() | |
void | setUnderflow(double) | |
| Gets or set the underflow of axis bins | ||
double | getWidth() | |
void | setWidth(double) | |
| Gets or sets the width of axis bin | ||
| Method Summary | ||
|---|---|---|
void | resetOverflow() | |
| Reset the overflow | ||
void | resetUnderflow() | |
| Reset the underflow | ||
| Constructor Detail |
|---|
public AxisBins()
| Property Getters/Setters Detail |
|---|
isByCategory/setByCategory | |
public boolean isByCategory() / public void setByCategory(boolean value) | |
isAutomatic/setAutomatic | |
public boolean isAutomatic() / public void setAutomatic(boolean value) | |
getWidth/setWidth | |
public double getWidth() / public void setWidth(double value) | |
getCount/setCount | |
public int getCount() / public void setCount(int value) | |
getOverflow/setOverflow | |
public double getOverflow() / public void setOverflow(double value) | |
getUnderflow/setUnderflow | |
public double getUnderflow() / public void setUnderflow(double value) | |
| Method Detail |
|---|
resetOverflow | |
public void resetOverflow() | |
resetUnderflow | |
public void resetUnderflow() | |