Interface YAxisOptions.Builder

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

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

    • yAxis

      The Y axis type to be used in the chart.

      If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the chart.

      Parameters:
      yAxis - The Y axis type to be used in the chart.

      If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the chart.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • yAxis

      The Y axis type to be used in the chart.

      If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the chart.

      Parameters:
      yAxis - The Y axis type to be used in the chart.

      If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the chart.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: