Uses of Class
tech.tablesaw.plotly.components.Axis.RangeMode
-
Packages that use Axis.RangeMode Package Description tech.tablesaw.plotly.components -
-
Uses of Axis.RangeMode in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Axis.RangeMode Modifier and Type Method Description static Axis.RangeMode
Axis.RangeMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Axis.RangeMode[]
Axis.RangeMode. 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 Axis.RangeMode Modifier and Type Method Description Axis.AxisBuilder
Axis.AxisBuilder. rangeMode(Axis.RangeMode rangeMode)
If "normal", the range is computed in relation to the extrema of the input data.
-