Uses of Class
tech.tablesaw.plotly.components.Layout.BarMode
-
Packages that use Layout.BarMode Package Description tech.tablesaw.plotly.api tech.tablesaw.plotly.components -
-
Uses of Layout.BarMode in tech.tablesaw.plotly.api
Methods in tech.tablesaw.plotly.api with parameters of type Layout.BarMode Modifier and Type Method Description static 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.BarMode Modifier and Type Method Description static Layout.BarModeLayout.BarMode. valueOf(String name)Returns 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 Modifier and Type Method Description Layout.LayoutBuilderLayout.LayoutBuilder. barMode(Layout.BarMode barMode)
-