Package tech.tablesaw.plotly.traces
Class ScatterTrace.ScatterBuilder
java.lang.Object
tech.tablesaw.plotly.traces.TraceBuilder
tech.tablesaw.plotly.traces.ScatterTrace.ScatterBuilder
- Enclosing class:
- ScatterTrace
-
Field Summary
Fields inherited from class tech.tablesaw.plotly.traces.TraceBuilder
hoverLabel, ids, legendGroup, name, opacity, showLegend, visible, xAxis -
Method Summary
Modifier and TypeMethodDescriptionbuild()decreasing(Decreasing decreasing) For candlestick plotsfill(ScatterTrace.Fill fill) protected StringgetType()hoverLabel(HoverLabel hoverLabel) increasing(Increasing increasing) For candlestick plotslegendGroup(String group) mode(ScatterTrace.Mode mode) opacity(double n) showLegend(boolean showLegend) visible(AbstractTrace.Visibility visibility) whiskerWidth(double width) For candlestick plotsyAxis(ScatterTrace.YAxis axis) Sets a specific yAxis to this trace when you want to display more than one yAxis in a plot.Methods inherited from class tech.tablesaw.plotly.traces.TraceBuilder
columnToStringArray
-
Method Details
-
mode
-
yAxis
Sets a specific yAxis to this trace when you want to display more than one yAxis in a plot. This can be ignored if only one y axis is desired for the whole plot, and need not be set if this trace should get the default y-axis.There must be a corresponding Y Axis defined in the layout, e.g., if you specify YAxis.Y2 here, you must provide a value for yAxis2 in the layout
- Parameters:
axis- The Axis to use for this trace- Returns:
- this ScatterBuilder
-
line
-
whiskerWidth
For candlestick plots -
marker
-
type
-
text
-
increasing
For candlestick plots -
decreasing
For candlestick plots -
fill
-
fillColor
-
build
-
getType
- Specified by:
getTypein classTraceBuilder
-
name
- Overrides:
namein classTraceBuilder
-
opacity
- Overrides:
opacityin classTraceBuilder
-
legendGroup
- Overrides:
legendGroupin classTraceBuilder
-
showLegend
- Overrides:
showLegendin classTraceBuilder
-
visible
- Overrides:
visiblein classTraceBuilder
-
hoverLabel
- Overrides:
hoverLabelin classTraceBuilder
-
xAxis
- Overrides:
xAxisin classTraceBuilder
-
yAxis
- Overrides:
yAxisin classTraceBuilder
-