public static interface NumericAxisOptions.Builder extends SdkPojo, CopyableBuilder<NumericAxisOptions.Builder,NumericAxisOptions>
| Modifier and Type | Method and Description |
|---|---|
NumericAxisOptions.Builder |
range(AxisDisplayRange range)
The range setup of a numeric axis.
|
default NumericAxisOptions.Builder |
range(Consumer<AxisDisplayRange.Builder> range)
The range setup of a numeric axis.
|
NumericAxisOptions.Builder |
scale(AxisScale scale)
The scale setup of a numeric axis.
|
default NumericAxisOptions.Builder |
scale(Consumer<AxisScale.Builder> scale)
The scale setup of a numeric axis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNumericAxisOptions.Builder scale(AxisScale scale)
The scale setup of a numeric axis.
scale - The scale setup of a numeric axis.default NumericAxisOptions.Builder scale(Consumer<AxisScale.Builder> scale)
The scale setup of a numeric axis.
This is a convenience method that creates an instance of theAxisScale.Builder avoiding the need to
create one manually via AxisScale.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to scale(AxisScale).
scale - a consumer that will call methods on AxisScale.Builderscale(AxisScale)NumericAxisOptions.Builder range(AxisDisplayRange range)
The range setup of a numeric axis.
range - The range setup of a numeric axis.default NumericAxisOptions.Builder range(Consumer<AxisDisplayRange.Builder> range)
The range setup of a numeric axis.
This is a convenience method that creates an instance of theAxisDisplayRange.Builder avoiding the
need to create one manually via AxisDisplayRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to range(AxisDisplayRange).
range - a consumer that will call methods on AxisDisplayRange.Builderrange(AxisDisplayRange)Copyright © 2023. All rights reserved.