Package tech.tablesaw.plotly.components
Class Axis.Spikes.SpikesBuilder
java.lang.Object
tech.tablesaw.plotly.components.Axis.Spikes.SpikesBuilder
- Enclosing class:
- Axis.Spikes
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Sets the dash style of lines.mode
(Axis.Spikes.SpikeMode mode) Any combination of "toaxis", "across", "marker" examples: "toaxis", "across", "toaxis+across", "toaxis+across+marker" default: "toaxis"snap
(Axis.Spikes.SpikeSnap snap) Determines whether spikelines are stuck to the cursor or to the closest datapoints.thickness
(int thickness) Sets the width (in px) of the zero line.
-
Method Details
-
color
-
dash
Sets the dash style of lines. Set to a dash type string ("solid", "dot", "dash", "longdash", "dashdot", or "longdashdot") or a dash length list in px (eg "5px,10px,2px,2px"). -
mode
Any combination of "toaxis", "across", "marker" examples: "toaxis", "across", "toaxis+across", "toaxis+across+marker" default: "toaxis" -
snap
Determines whether spikelines are stuck to the cursor or to the closest datapoints. default: DATA -
thickness
Sets the width (in px) of the zero line. default: 3 -
build
-