Interface BoxPlotOptions.Builder

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

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

    • styleOptions

      BoxPlotOptions.Builder styleOptions(BoxPlotStyleOptions styleOptions)

      The style options of the box plot.

      Parameters:
      styleOptions - The style options of the box plot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • styleOptions

      default BoxPlotOptions.Builder styleOptions(Consumer<BoxPlotStyleOptions.Builder> styleOptions)

      The style options of the box plot.

      This is a convenience method that creates an instance of the BoxPlotStyleOptions.Builder avoiding the need to create one manually via BoxPlotStyleOptions.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to styleOptions(BoxPlotStyleOptions).

      Parameters:
      styleOptions - a consumer that will call methods on BoxPlotStyleOptions.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outlierVisibility

      BoxPlotOptions.Builder outlierVisibility(String outlierVisibility)

      Determines the visibility of the outlier in a box plot.

      Parameters:
      outlierVisibility - Determines the visibility of the outlier in a box plot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outlierVisibility

      BoxPlotOptions.Builder outlierVisibility(Visibility outlierVisibility)

      Determines the visibility of the outlier in a box plot.

      Parameters:
      outlierVisibility - Determines the visibility of the outlier in a box plot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • allDataPointsVisibility

      BoxPlotOptions.Builder allDataPointsVisibility(String allDataPointsVisibility)

      Determines the visibility of all data points of the box plot.

      Parameters:
      allDataPointsVisibility - Determines the visibility of all data points of the box plot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • allDataPointsVisibility

      BoxPlotOptions.Builder allDataPointsVisibility(Visibility allDataPointsVisibility)

      Determines the visibility of all data points of the box plot.

      Parameters:
      allDataPointsVisibility - Determines the visibility of all data points of the box plot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: