Uses of Enum
tech.tablesaw.plotly.components.Layout.BarMode
Packages that use Layout.BarMode
-
Uses of Layout.BarMode in tech.tablesaw.plotly.api
Methods in tech.tablesaw.plotly.api with parameters of type Layout.BarModeModifier and TypeMethodDescriptionstatic FigureHorizontalBarPlot.create(String title, tech.tablesaw.api.Table table, String groupColName, Layout.BarMode barMode, String... numberColNames) static FigureVerticalBarPlot.create(String title, tech.tablesaw.api.Table table, String groupColName, Layout.BarMode barMode, String... numberColNames) -
Uses of Layout.BarMode in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Layout.BarModeModifier and TypeMethodDescriptionstatic Layout.BarModeReturns the enum constant of this type with the specified name.static Layout.BarMode[]Layout.BarMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.tablesaw.plotly.components with parameters of type Layout.BarMode