Uses of Class
nl.crashdata.chartjs.data.ChartJsBoundaryType
-
Packages that use ChartJsBoundaryType Package Description nl.crashdata.chartjs.data -
-
Uses of ChartJsBoundaryType in nl.crashdata.chartjs.data
Methods in nl.crashdata.chartjs.data that return ChartJsBoundaryType Modifier and Type Method Description static ChartJsBoundaryTypeChartJsBoundaryType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartJsBoundaryType[]ChartJsBoundaryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.crashdata.chartjs.data with parameters of type ChartJsBoundaryType Modifier and Type Method Description static ChartJsFillChartJsFill. boundary(ChartJsBoundaryType boundary)Sets the fill property to a value indicating fill to a boundary.
-