Uses of Enum
tech.tablesaw.plotly.components.Axis.RangeMode
Packages that use Axis.RangeMode
-
Uses of Axis.RangeMode in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Axis.RangeModeModifier and TypeMethodDescriptionstatic Axis.RangeModeReturns 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.RangeModeModifier and TypeMethodDescriptionAxis.AxisBuilder.rangeMode(Axis.RangeMode rangeMode) If "normal", the range is computed in relation to the extrema of the input data.