Package nl.crashdata.chartjs.data
Interface ChartJsScalesConfig
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SimpleChartJsScalesConfig
public interface ChartJsScalesConfig extends Serializable
Represents the scale-configuration for a chart, ie. how to display an axis. Corresponds to theconfig.options.scalesproperty.- Author:
- haster
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ChartJsAxisConfig<? extends Serializable>>getXAxes()List<ChartJsAxisConfig<? extends Serializable>>getYAxes()
-
-
-
Method Detail
-
getXAxes
List<ChartJsAxisConfig<? extends Serializable>> getXAxes()
-
getYAxes
List<ChartJsAxisConfig<? extends Serializable>> getYAxes()
-
-