public static interface GaugeChartConfiguration.Builder extends SdkPojo, CopyableBuilder<GaugeChartConfiguration.Builder,GaugeChartConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default GaugeChartConfiguration.Builder |
dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The data label configuration of a
GaugeChartVisual. |
GaugeChartConfiguration.Builder |
dataLabels(DataLabelOptions dataLabels)
The data label configuration of a
GaugeChartVisual. |
default GaugeChartConfiguration.Builder |
fieldWells(Consumer<GaugeChartFieldWells.Builder> fieldWells)
The field well configuration of a
GaugeChartVisual. |
GaugeChartConfiguration.Builder |
fieldWells(GaugeChartFieldWells fieldWells)
The field well configuration of a
GaugeChartVisual. |
default GaugeChartConfiguration.Builder |
gaugeChartOptions(Consumer<GaugeChartOptions.Builder> gaugeChartOptions)
The options that determine the presentation of the
GaugeChartVisual. |
GaugeChartConfiguration.Builder |
gaugeChartOptions(GaugeChartOptions gaugeChartOptions)
The options that determine the presentation of the
GaugeChartVisual. |
default GaugeChartConfiguration.Builder |
tooltipOptions(Consumer<TooltipOptions.Builder> tooltipOptions)
The tooltip configuration of a
GaugeChartVisual. |
GaugeChartConfiguration.Builder |
tooltipOptions(TooltipOptions tooltipOptions)
The tooltip configuration of a
GaugeChartVisual. |
default GaugeChartConfiguration.Builder |
visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The visual palette configuration of a
GaugeChartVisual. |
GaugeChartConfiguration.Builder |
visualPalette(VisualPalette visualPalette)
The visual palette configuration of a
GaugeChartVisual. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGaugeChartConfiguration.Builder fieldWells(GaugeChartFieldWells fieldWells)
The field well configuration of a GaugeChartVisual.
fieldWells - The field well configuration of a GaugeChartVisual.default GaugeChartConfiguration.Builder fieldWells(Consumer<GaugeChartFieldWells.Builder> fieldWells)
The field well configuration of a GaugeChartVisual.
GaugeChartFieldWells.Builder avoiding
the need to create one manually via GaugeChartFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fieldWells(GaugeChartFieldWells).
fieldWells - a consumer that will call methods on GaugeChartFieldWells.BuilderfieldWells(GaugeChartFieldWells)GaugeChartConfiguration.Builder gaugeChartOptions(GaugeChartOptions gaugeChartOptions)
The options that determine the presentation of the GaugeChartVisual.
gaugeChartOptions - The options that determine the presentation of the GaugeChartVisual.default GaugeChartConfiguration.Builder gaugeChartOptions(Consumer<GaugeChartOptions.Builder> gaugeChartOptions)
The options that determine the presentation of the GaugeChartVisual.
GaugeChartOptions.Builder avoiding the
need to create one manually via GaugeChartOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to gaugeChartOptions(GaugeChartOptions).
gaugeChartOptions - a consumer that will call methods on GaugeChartOptions.BuildergaugeChartOptions(GaugeChartOptions)GaugeChartConfiguration.Builder dataLabels(DataLabelOptions dataLabels)
The data label configuration of a GaugeChartVisual.
dataLabels - The data label configuration of a GaugeChartVisual.default GaugeChartConfiguration.Builder dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The data label configuration of a GaugeChartVisual.
DataLabelOptions.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)GaugeChartConfiguration.Builder tooltipOptions(TooltipOptions tooltipOptions)
The tooltip configuration of a GaugeChartVisual.
tooltipOptions - The tooltip configuration of a GaugeChartVisual.default GaugeChartConfiguration.Builder tooltipOptions(Consumer<TooltipOptions.Builder> tooltipOptions)
The tooltip configuration of a GaugeChartVisual.
TooltipOptions.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 tooltipOptions(TooltipOptions).
tooltipOptions - a consumer that will call methods on TooltipOptions.BuildertooltipOptions(TooltipOptions)GaugeChartConfiguration.Builder visualPalette(VisualPalette visualPalette)
The visual palette configuration of a GaugeChartVisual.
visualPalette - The visual palette configuration of a GaugeChartVisual.default GaugeChartConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The visual palette configuration of a GaugeChartVisual.
VisualPalette.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.