Interface AxisLinearScale.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AxisLinearScale.Builder,AxisLinearScale>, SdkBuilder<AxisLinearScale.Builder,AxisLinearScale>, SdkPojo
Enclosing class:
AxisLinearScale

public static interface AxisLinearScale.Builder extends SdkPojo, CopyableBuilder<AxisLinearScale.Builder,AxisLinearScale>
  • Method Details

    • 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.