Uses of Enum
tech.tablesaw.plotly.traces.ScatterTrace.YAxis
Packages that use ScatterTrace.YAxis
-
Uses of ScatterTrace.YAxis in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components with parameters of type ScatterTrace.YAxisModifier and TypeMethodDescriptionAxis.AxisBuilder.overlaying(ScatterTrace.YAxis axisToOverlay) Instructs plotly to overly the trace with this axis on top of a trace with another axis -
Uses of ScatterTrace.YAxis in tech.tablesaw.plotly.traces
Methods in tech.tablesaw.plotly.traces that return ScatterTrace.YAxisModifier and TypeMethodDescriptionstatic ScatterTrace.YAxisReturns the enum constant of this type with the specified name.static ScatterTrace.YAxis[]ScatterTrace.YAxis.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 ScatterTrace.YAxisModifier and TypeMethodDescriptionScatterTrace.ScatterBuilder.yAxis(ScatterTrace.YAxis axis) Sets a specific yAxis to this trace when you want to display more than one yAxis in a plot.