Interface AxisLinearScale.Builder

    • Method Detail

      • stepCount

        AxisLinearScale.Builder stepCount​(Integer stepCount)

        The step count setup of a linear axis.

        Parameters:
        stepCount - The step count setup of a linear axis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stepSize

        AxisLinearScale.Builder stepSize​(Double stepSize)

        The step size setup of a linear axis.

        Parameters:
        stepSize - The step size setup of a linear axis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.