Uses of Class
tech.tablesaw.plotly.traces.BarTrace.Orientation
-
Packages that use BarTrace.Orientation Package Description tech.tablesaw.plotly.traces -
-
Uses of BarTrace.Orientation in tech.tablesaw.plotly.traces
Methods in tech.tablesaw.plotly.traces that return BarTrace.Orientation Modifier and Type Method Description static BarTrace.Orientation
BarTrace.Orientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static BarTrace.Orientation[]
BarTrace.Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.tablesaw.plotly.traces with parameters of type BarTrace.Orientation Modifier and Type Method Description BarTrace.BarBuilder
BarTrace.BarBuilder. orientation(BarTrace.Orientation orientation)
Sets the orientation of the bars.
-