Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | setCount(value) | |
Gets or set the count of axis bins | ||
method | isAutomatic() | |
method | setAutomatic(value) | |
Indicates whether the axis bins are automatic. | ||
method | isByCategory() | |
method | setByCategory(value) | |
Indicates whether grouping data by category | ||
method | getOverflow() | |
method | setOverflow(value) | |
Gets or set the overflow of axis bins | ||
method | getUnderflow() | |
method | setUnderflow(value) | |
Gets or set the underflow of axis bins | ||
method | getWidth() | |
method | setWidth(value) | |
Gets or sets the width of axis bin |
Method Summary | ||
---|---|---|
method | resetOverflow() | |
Reset the overflow
|
||
method | resetUnderflow() | |
Reset the underflow
|
boolean isByCategory() / setByCategory(value)
boolean isAutomatic() / setAutomatic(value)
float getWidth() / setWidth(value)
int getCount() / setCount(value)
float getOverflow() / setOverflow(value)
float getUnderflow() / setUnderflow(value)