public final class TimeSeriesScales extends Scales
CartesianTimeSeriesAxis for X axis and Linear for Y axis.| Modifier and Type | Method and Description |
|---|---|
IsChart |
getChart()
Returns the chart instance
|
protected ExtendedOptions |
getConfiguration()
Returns the configuration element.
|
CartesianLinearAxis |
getLinearAxis()
Returns the axis for values.
|
protected ConfigurationOptions |
getOptions()
Returns the configuration options.
|
CartesianTimeSeriesAxis |
getTimeAxis()
Returns the axis for time.
|
void |
setAxes(Axis... axes)
Sets an array of X axes.
|
getAxes, getAxisById, getAxisByIdpublic CartesianTimeSeriesAxis getTimeAxis()
public CartesianLinearAxis getLinearAxis()
public void setAxes(Axis... axes)
Scalesprotected final ConfigurationOptions getOptions()
protected final ExtendedOptions getConfiguration()
public final IsChart getChart()