Uses of Class
tech.tablesaw.plotly.components.Grid.XSide
-
Packages that use Grid.XSide Package Description tech.tablesaw.plotly.components -
-
Uses of Grid.XSide in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Grid.XSide Modifier and Type Method Description static Grid.XSide
Grid.XSide. valueOf(String name)
Returns the enum constant of this type with the specified name.static Grid.XSide[]
Grid.XSide. 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 Grid.XSide Modifier and Type Method Description Grid.GridBuilder
Grid.GridBuilder. xSide(Grid.XSide xSide)
Sets where the x axis labels and titles go.
-