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.SpikesBuilderAxis.Spikes. builder()Axis.Spikes.SpikesBuilderAxis.Spikes.SpikesBuilder. color(String color)Axis.Spikes.SpikesBuilderAxis.Spikes.SpikesBuilder. dash(String dash)Sets the dash style of lines.Axis.Spikes.SpikesBuilderAxis.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.SpikesBuilderAxis.Spikes.SpikesBuilder. snap(Axis.Spikes.SpikeSnap snap)Determines whether spikelines are stuck to the cursor or to the closest datapoints.Axis.Spikes.SpikesBuilderAxis.Spikes.SpikesBuilder. thickness(int thickness)Sets the width (in px) of the zero line.
-