Uses of Enum
tech.tablesaw.plotly.components.Axis.AutoRange
Packages that use Axis.AutoRange
-
Uses of Axis.AutoRange in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Axis.AutoRangeModifier and TypeMethodDescriptionstatic Axis.AutoRangeReturns the enum constant of this type with the specified name.static Axis.AutoRange[]Axis.AutoRange.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.AutoRangeModifier and TypeMethodDescriptionAxis.AxisBuilder.autoRange(Axis.AutoRange autoRange) Determines whether or not the range of this axis is computed in relation to the input data.