public interface IScale
Modifier and Type | Method and Description |
---|---|
boolean |
isAuto()
Checks if Chart will be scaled automatically
|
boolean |
isCategory()
Gets if scale is by category, meanwhile all scale attributes are invalid
|
void |
setAuto()
Sets if Chart will be scaled automatically, i.e.
|
void |
setCategory(boolean category)
Sets if scale is by category, meanwhile all scale attributes are invalid
|
boolean isAuto()
void setAuto()
boolean isCategory()
void setCategory(boolean category)
category
- category or notCopyright © 2005-2008 Actuate Corp. All rights reserved.