public static interface BoxPlotOptions.Builder extends SdkPojo, CopyableBuilder<BoxPlotOptions.Builder,BoxPlotOptions>
| Modifier and Type | Method and Description |
|---|---|
BoxPlotOptions.Builder |
allDataPointsVisibility(String allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
|
BoxPlotOptions.Builder |
allDataPointsVisibility(Visibility allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
|
BoxPlotOptions.Builder |
outlierVisibility(String outlierVisibility)
Determines the visibility of the outlier in a box plot.
|
BoxPlotOptions.Builder |
outlierVisibility(Visibility outlierVisibility)
Determines the visibility of the outlier in a box plot.
|
BoxPlotOptions.Builder |
styleOptions(BoxPlotStyleOptions styleOptions)
The style options of the box plot.
|
default BoxPlotOptions.Builder |
styleOptions(Consumer<BoxPlotStyleOptions.Builder> styleOptions)
The style options of the box plot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBoxPlotOptions.Builder styleOptions(BoxPlotStyleOptions styleOptions)
The style options of the box plot.
styleOptions - The style options of the box plot.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 theBoxPlotStyleOptions.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).
styleOptions - a consumer that will call methods on BoxPlotStyleOptions.BuilderstyleOptions(BoxPlotStyleOptions)BoxPlotOptions.Builder outlierVisibility(String outlierVisibility)
Determines the visibility of the outlier in a box plot.
outlierVisibility - Determines the visibility of the outlier in a box plot.Visibility,
VisibilityBoxPlotOptions.Builder outlierVisibility(Visibility outlierVisibility)
Determines the visibility of the outlier in a box plot.
outlierVisibility - Determines the visibility of the outlier in a box plot.Visibility,
VisibilityBoxPlotOptions.Builder allDataPointsVisibility(String allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
allDataPointsVisibility - Determines the visibility of all data points of the box plot.Visibility,
VisibilityBoxPlotOptions.Builder allDataPointsVisibility(Visibility allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
allDataPointsVisibility - Determines the visibility of all data points of the box plot.Visibility,
VisibilityCopyright © 2023. All rights reserved.