public static interface ArcAxisConfiguration.Builder extends SdkPojo, CopyableBuilder<ArcAxisConfiguration.Builder,ArcAxisConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ArcAxisConfiguration.Builder |
range(ArcAxisDisplayRange range)
The arc axis range of a
GaugeChartVisual. |
default ArcAxisConfiguration.Builder |
range(Consumer<ArcAxisDisplayRange.Builder> range)
The arc axis range of a
GaugeChartVisual. |
ArcAxisConfiguration.Builder |
reserveRange(Integer reserveRange)
The reserved range of the arc axis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildArcAxisConfiguration.Builder range(ArcAxisDisplayRange range)
The arc axis range of a GaugeChartVisual.
range - The arc axis range of a GaugeChartVisual.default ArcAxisConfiguration.Builder range(Consumer<ArcAxisDisplayRange.Builder> range)
The arc axis range of a GaugeChartVisual.
ArcAxisDisplayRange.Builder avoiding the
need to create one manually via ArcAxisDisplayRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to range(ArcAxisDisplayRange).
range - a consumer that will call methods on ArcAxisDisplayRange.Builderrange(ArcAxisDisplayRange)ArcAxisConfiguration.Builder reserveRange(Integer reserveRange)
The reserved range of the arc axis.
reserveRange - The reserved range of the arc axis.Copyright © 2023. All rights reserved.