Package tech.tablesaw.plotly.traces
Class BarTrace.BarBuilder
java.lang.Object
tech.tablesaw.plotly.traces.TraceBuilder
tech.tablesaw.plotly.traces.BarTrace.BarBuilder
- Enclosing class:
- BarTrace
-
Field Summary
Fields inherited from class tech.tablesaw.plotly.traces.TraceBuilder
hoverLabel, ids, legendGroup, name, opacity, showLegend, visible, xAxis, yAxis -
Method Summary
Modifier and TypeMethodDescriptionbuild()protected StringgetType()opacity(double opacity) orientation(BarTrace.Orientation orientation) Sets the orientation of the bars.showLegend(boolean b) Methods inherited from class tech.tablesaw.plotly.traces.TraceBuilder
columnToStringArray, hoverLabel, legendGroup, visible
-
Method Details
-
build
-
orientation
Sets the orientation of the bars. With "v" ("h"), the value of the each bar spans along the vertical (horizontal). -
opacity
- Overrides:
opacityin classTraceBuilder
-
name
- Overrides:
namein classTraceBuilder
-
showLegend
- Overrides:
showLegendin classTraceBuilder
-
marker
-
xAxis
- Overrides:
xAxisin classTraceBuilder
-
yAxis
- Overrides:
yAxisin classTraceBuilder
-
getType
- Specified by:
getTypein classTraceBuilder
-