Uses of Class
tech.tablesaw.plotly.components.Axis.AxisBuilder
Packages that use Axis.AxisBuilder
-
Uses of Axis.AxisBuilder in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Axis.AxisBuilderModifier and TypeMethodDescriptionAxis.AxisBuilder.autoRange(Axis.AutoRange autoRange) Determines whether or not the range of this axis is computed in relation to the input data.static Axis.AxisBuilderAxis.builder()Axis.AxisBuilder.categoryOrder(Axis.CategoryOrder categoryOrder) Axis.AxisBuilder.constrain(Axis.Constrain constrain) Axis.AxisBuilder.constrainToward(Axis.ConstrainToward constrainToward) Axis.AxisBuilder.domain(float start, float end) Axis.AxisBuilder.fixedRange(boolean fixedRange) Determines whether or not this axis is zoom-able.Axis.AxisBuilder.gridWidth(int width) Axis.AxisBuilder.lineWidth(int lineWidth) Axis.AxisBuilder.overlaying(ScatterTrace.YAxis axisToOverlay) Instructs plotly to overly the trace with this axis on top of a trace with another axisSets the range of this axis.Sets the range of this axis.Axis.AxisBuilder.rangeMode(Axis.RangeMode rangeMode) If "normal", the range is computed in relation to the extrema of the input data.Axis.AxisBuilder.rangeslider(String slider) Axis.AxisBuilder.scaleRatio(double scaleRatio) If this axis is linked to another by `scaleanchor`, this determines the pixel to unit scale ratio.Axis.AxisBuilder.showGrid(boolean showGrid) Axis.AxisBuilder.showLine(boolean showLine) Axis.AxisBuilder.showZeroLine(boolean zeroLine) Axis.AxisBuilder.spikes(Axis.Spikes spikes) Axis.AxisBuilder.tickSettings(TickSettings tickSettings) Defines all the settings related to the display of tick marks on this axisAxis.AxisBuilder.visible(boolean visible) Axis.AxisBuilder.zeroLineColor(String color) Axis.AxisBuilder.zeroLineWidth(int zeroLineWidth)