Interface YAxisOptions.Builder

    • Method Detail

      • yAxis

        YAxisOptions.Builder yAxis​(String 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:
        SingleYAxisOption, SingleYAxisOption
      • yAxis

        YAxisOptions.Builder yAxis​(SingleYAxisOption 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:
        SingleYAxisOption, SingleYAxisOption