public static interface ScatterPlotConfiguration.Builder extends SdkPojo, CopyableBuilder<ScatterPlotConfiguration.Builder,ScatterPlotConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ScatterPlotConfiguration.Builder |
dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The options that determine if visual data labels are displayed.
|
ScatterPlotConfiguration.Builder |
dataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
default ScatterPlotConfiguration.Builder |
fieldWells(Consumer<ScatterPlotFieldWells.Builder> fieldWells)
The field wells of the visual.
|
ScatterPlotConfiguration.Builder |
fieldWells(ScatterPlotFieldWells fieldWells)
The field wells of the visual.
|
default ScatterPlotConfiguration.Builder |
legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
ScatterPlotConfiguration.Builder |
legend(LegendOptions legend)
The legend display setup of the visual.
|
default ScatterPlotConfiguration.Builder |
tooltip(Consumer<TooltipOptions.Builder> tooltip)
The legend display setup of the visual.
|
ScatterPlotConfiguration.Builder |
tooltip(TooltipOptions tooltip)
The legend display setup of the visual.
|
default ScatterPlotConfiguration.Builder |
visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The palette (chart color) display setup of the visual.
|
ScatterPlotConfiguration.Builder |
visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
ScatterPlotConfiguration.Builder |
xAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
default ScatterPlotConfiguration.Builder |
xAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
ScatterPlotConfiguration.Builder |
xAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
|
default ScatterPlotConfiguration.Builder |
xAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> xAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
|
ScatterPlotConfiguration.Builder |
yAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
default ScatterPlotConfiguration.Builder |
yAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
ScatterPlotConfiguration.Builder |
yAxisLabelOptions(ChartAxisLabelOptions yAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
|
default ScatterPlotConfiguration.Builder |
yAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> yAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScatterPlotConfiguration.Builder fieldWells(ScatterPlotFieldWells fieldWells)
The field wells of the visual.
fieldWells - The field wells of the visual.default ScatterPlotConfiguration.Builder fieldWells(Consumer<ScatterPlotFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of theScatterPlotFieldWells.Builder avoiding
the need to create one manually via ScatterPlotFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fieldWells(ScatterPlotFieldWells).
fieldWells - a consumer that will call methods on ScatterPlotFieldWells.BuilderfieldWells(ScatterPlotFieldWells)ScatterPlotConfiguration.Builder xAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
xAxisLabelOptions - The label options (label text, label visibility, and sort icon visibility) of the scatter plot's
x-axis.default ScatterPlotConfiguration.Builder xAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> xAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builder avoiding
the need to create one manually via ChartAxisLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to xAxisLabelOptions(ChartAxisLabelOptions).
xAxisLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuilderxAxisLabelOptions(ChartAxisLabelOptions)ScatterPlotConfiguration.Builder xAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
xAxisDisplayOptions - The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.default ScatterPlotConfiguration.Builder xAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
This is a convenience method that creates an instance of theAxisDisplayOptions.Builder avoiding the
need to create one manually via AxisDisplayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to xAxisDisplayOptions(AxisDisplayOptions).
xAxisDisplayOptions - a consumer that will call methods on AxisDisplayOptions.BuilderxAxisDisplayOptions(AxisDisplayOptions)ScatterPlotConfiguration.Builder yAxisLabelOptions(ChartAxisLabelOptions yAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
yAxisLabelOptions - The label options (label text, label visibility, and sort icon visibility) of the scatter plot's
y-axis.default ScatterPlotConfiguration.Builder yAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> yAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builder avoiding
the need to create one manually via ChartAxisLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to yAxisLabelOptions(ChartAxisLabelOptions).
yAxisLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuilderyAxisLabelOptions(ChartAxisLabelOptions)ScatterPlotConfiguration.Builder yAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
yAxisDisplayOptions - The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.default ScatterPlotConfiguration.Builder yAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
This is a convenience method that creates an instance of theAxisDisplayOptions.Builder avoiding the
need to create one manually via AxisDisplayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to yAxisDisplayOptions(AxisDisplayOptions).
yAxisDisplayOptions - a consumer that will call methods on AxisDisplayOptions.BuilderyAxisDisplayOptions(AxisDisplayOptions)ScatterPlotConfiguration.Builder legend(LegendOptions legend)
The legend display setup of the visual.
legend - The legend display setup of the visual.default ScatterPlotConfiguration.Builder legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
This is a convenience method that creates an instance of theLegendOptions.Builder avoiding the need
to create one manually via LegendOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to legend(LegendOptions).
legend - a consumer that will call methods on LegendOptions.Builderlegend(LegendOptions)ScatterPlotConfiguration.Builder dataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
dataLabels - The options that determine if visual data labels are displayed.default ScatterPlotConfiguration.Builder dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The options that determine if visual data labels are displayed.
This is a convenience method that creates an instance of theDataLabelOptions.Builder avoiding the
need to create one manually via DataLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataLabels(DataLabelOptions).
dataLabels - a consumer that will call methods on DataLabelOptions.BuilderdataLabels(DataLabelOptions)ScatterPlotConfiguration.Builder tooltip(TooltipOptions tooltip)
The legend display setup of the visual.
tooltip - The legend display setup of the visual.default ScatterPlotConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> tooltip)
The legend display setup of the visual.
This is a convenience method that creates an instance of theTooltipOptions.Builder avoiding the need
to create one manually via TooltipOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tooltip(TooltipOptions).
tooltip - a consumer that will call methods on TooltipOptions.Buildertooltip(TooltipOptions)ScatterPlotConfiguration.Builder visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
visualPalette - The palette (chart color) display setup of the visual.default ScatterPlotConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The palette (chart color) display setup of the visual.
This is a convenience method that creates an instance of theVisualPalette.Builder avoiding the need
to create one manually via VisualPalette.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to visualPalette(VisualPalette).
visualPalette - a consumer that will call methods on VisualPalette.BuildervisualPalette(VisualPalette)Copyright © 2023. All rights reserved.