Uses of Class
tech.tablesaw.plotly.components.Axis.Spikes.SpikesBuilder
-
Packages that use Axis.Spikes.SpikesBuilder Package Description tech.tablesaw.plotly.components -
-
Uses of Axis.Spikes.SpikesBuilder in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Axis.Spikes.SpikesBuilder Modifier and Type Method Description static Axis.Spikes.SpikesBuilder
Axis.Spikes. builder()
Axis.Spikes.SpikesBuilder
Axis.Spikes.SpikesBuilder. color(String color)
Axis.Spikes.SpikesBuilder
Axis.Spikes.SpikesBuilder. dash(String dash)
Sets the dash style of lines.Axis.Spikes.SpikesBuilder
Axis.Spikes.SpikesBuilder. mode(Axis.Spikes.SpikeMode mode)
Any combination of "toaxis", "across", "marker" examples: "toaxis", "across", "toaxis+across", "toaxis+across+marker" default: "toaxis"Axis.Spikes.SpikesBuilder
Axis.Spikes.SpikesBuilder. snap(Axis.Spikes.SpikeSnap snap)
Determines whether spikelines are stuck to the cursor or to the closest datapoints.Axis.Spikes.SpikesBuilder
Axis.Spikes.SpikesBuilder. thickness(int thickness)
Sets the width (in px) of the zero line.
-