Interface ArcAxisDisplayRange.Builder

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

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

    • min

      The minimum value of the arc axis range.

      Parameters:
      min - The minimum value of the arc axis range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • max

      The maximum value of the arc axis range.

      Parameters:
      max - The maximum value of the arc axis range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.