public class StackedScales extends Scales
Modifier and Type | Method and Description |
---|---|
IsChart |
getChart()
Returns the chart instance
|
protected ExtendedOptions |
getConfiguration()
Returns the configuration element.
|
protected ConfigurationOptions |
getOptions()
Returns the configuration options.
|
boolean |
isOnlyYAxis()
Returns
true if there is only a Y axis, otherwise false . |
void |
setAxes(Axis... axes)
Sets an array of X axes.
|
void |
setOnlyYAxis(boolean isOnlyYAxis)
Sets
true if there is only a Y axis, otherwise false . |
getAxes, getAxisById, getAxisById
public boolean isOnlyYAxis()
true
if there is only a Y axis, otherwise false
.true
if there is only a Y axis, otherwise false
public void setOnlyYAxis(boolean isOnlyYAxis)
true
if there is only a Y axis, otherwise false
.isOnlyYAxis
- true
if there is only a Y axis, otherwise false
public void setAxes(Axis... axes)
Scales
protected final ConfigurationOptions getOptions()
protected final ExtendedOptions getConfiguration()
public final IsChart getChart()