public final class StackedScales extends Scales
| Constructor and Description |
|---|
StackedScales(AbstractChart<?,?> chart)
Builds the object storing the chart instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOnlyYAxis() |
void |
setOnlyYAxis(boolean isOnlyYAxis) |
void |
setXAxes(Axis... axes)
Sets an array of X axes.
|
void |
setYAxes(Axis... axes)
Sets an array of Y axes.
|
getChartcheckAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, typepublic StackedScales(AbstractChart<?,?> chart)
chart - chart instance.