Uses of Enum
software.xdev.chartjs.model.options.BarOptions.IndexAxis
Packages that use BarOptions.IndexAxis
-
Uses of BarOptions.IndexAxis in software.xdev.chartjs.model.options
Fields in software.xdev.chartjs.model.options declared as BarOptions.IndexAxisMethods in software.xdev.chartjs.model.options that return BarOptions.IndexAxisModifier and TypeMethodDescriptionBarOptions.getIndexAxis()
static BarOptions.IndexAxis
Returns the enum constant of this type with the specified name.static BarOptions.IndexAxis[]
BarOptions.IndexAxis.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.xdev.chartjs.model.options with parameters of type BarOptions.IndexAxisModifier and TypeMethodDescriptionBarOptions.setIndexAxis
(BarOptions.IndexAxis indexAxis) Sets the orientation of the bars.