Interface BoxPlotOptions.Builder

    • Method Detail

      • 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.
      • 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:
        Visibility, Visibility
      • 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:
        Visibility, Visibility
      • 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:
        Visibility, Visibility
      • 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:
        Visibility, Visibility