Uses of Class
nl.crashdata.chartjs.data.ChartJsCartesianAxisType
-
Packages that use ChartJsCartesianAxisType Package Description nl.crashdata.chartjs.data nl.crashdata.chartjs.data.simple nl.crashdata.chartjs.data.simple.builder -
-
Uses of ChartJsCartesianAxisType in nl.crashdata.chartjs.data
Methods in nl.crashdata.chartjs.data that return ChartJsCartesianAxisType Modifier and Type Method Description ChartJsCartesianAxisTypeChartJsAxisConfig. getType()static ChartJsCartesianAxisTypeChartJsCartesianAxisType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartJsCartesianAxisType[]ChartJsCartesianAxisType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChartJsCartesianAxisType in nl.crashdata.chartjs.data.simple
Methods in nl.crashdata.chartjs.data.simple that return ChartJsCartesianAxisType Modifier and Type Method Description ChartJsCartesianAxisTypeSimpleChartJsAxisConfig. getType()Methods in nl.crashdata.chartjs.data.simple with parameters of type ChartJsCartesianAxisType Modifier and Type Method Description voidSimpleChartJsAxisConfig. setType(ChartJsCartesianAxisType type) -
Uses of ChartJsCartesianAxisType in nl.crashdata.chartjs.data.simple.builder
Constructors in nl.crashdata.chartjs.data.simple.builder with parameters of type ChartJsCartesianAxisType Constructor Description AbstractSimpleChartJsAxisConfigBuilder(ChartJsCartesianAxisType type)
-