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, getAxisByIdpublic boolean isOnlyYAxis()
true if there is only a Y axis, otherwise false.true if there is only a Y axis, otherwise falsepublic void setOnlyYAxis(boolean isOnlyYAxis)
true if there is only a Y axis, otherwise false.isOnlyYAxis - true if there is only a Y axis, otherwise falsepublic void setAxes(Axis... axes)
Scalesprotected final ConfigurationOptions getOptions()
protected final ExtendedOptions getConfiguration()
public final IsChart getChart()