Uses of Interface
nl.crashdata.chartjs.data.ChartJsScalesConfig
-
Packages that use ChartJsScalesConfig Package Description nl.crashdata.chartjs.data nl.crashdata.chartjs.data.simple -
-
Uses of ChartJsScalesConfig in nl.crashdata.chartjs.data
Methods in nl.crashdata.chartjs.data that return ChartJsScalesConfig Modifier and Type Method Description ChartJsScalesConfigChartJsOptions. getScalesConfig() -
Uses of ChartJsScalesConfig in nl.crashdata.chartjs.data.simple
Classes in nl.crashdata.chartjs.data.simple that implement ChartJsScalesConfig Modifier and Type Class Description classSimpleChartJsScalesConfig<X extends Serializable,Y extends Serializable>Methods in nl.crashdata.chartjs.data.simple that return ChartJsScalesConfig Modifier and Type Method Description ChartJsScalesConfigSimpleChartJsOptions. getScalesConfig()Methods in nl.crashdata.chartjs.data.simple with parameters of type ChartJsScalesConfig Modifier and Type Method Description voidSimpleChartJsOptions. setScalesConfig(ChartJsScalesConfig scalesConfig)
-