public interface IScale
| 限定符和类型 | 方法和说明 |
|---|---|
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. unset step size and
number of steps
|
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.