public static interface ReferenceLineValueLabelConfiguration.Builder extends SdkPojo, CopyableBuilder<ReferenceLineValueLabelConfiguration.Builder,ReferenceLineValueLabelConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ReferenceLineValueLabelConfiguration.Builder |
formatConfiguration(Consumer<NumericFormatConfiguration.Builder> formatConfiguration)
The format configuration of the value label.
|
ReferenceLineValueLabelConfiguration.Builder |
formatConfiguration(NumericFormatConfiguration formatConfiguration)
The format configuration of the value label.
|
ReferenceLineValueLabelConfiguration.Builder |
relativePosition(ReferenceLineValueLabelRelativePosition relativePosition)
The relative position of the value label.
|
ReferenceLineValueLabelConfiguration.Builder |
relativePosition(String relativePosition)
The relative position of the value label.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReferenceLineValueLabelConfiguration.Builder relativePosition(String relativePosition)
The relative position of the value label. Choose one of the following options:
BEFORE_CUSTOM_LABEL
AFTER_CUSTOM_LABEL
relativePosition - The relative position of the value label. Choose one of the following options:
BEFORE_CUSTOM_LABEL
AFTER_CUSTOM_LABEL
ReferenceLineValueLabelRelativePosition,
ReferenceLineValueLabelRelativePositionReferenceLineValueLabelConfiguration.Builder relativePosition(ReferenceLineValueLabelRelativePosition relativePosition)
The relative position of the value label. Choose one of the following options:
BEFORE_CUSTOM_LABEL
AFTER_CUSTOM_LABEL
relativePosition - The relative position of the value label. Choose one of the following options:
BEFORE_CUSTOM_LABEL
AFTER_CUSTOM_LABEL
ReferenceLineValueLabelRelativePosition,
ReferenceLineValueLabelRelativePositionReferenceLineValueLabelConfiguration.Builder formatConfiguration(NumericFormatConfiguration formatConfiguration)
The format configuration of the value label.
formatConfiguration - The format configuration of the value label.default ReferenceLineValueLabelConfiguration.Builder formatConfiguration(Consumer<NumericFormatConfiguration.Builder> formatConfiguration)
The format configuration of the value label.
This is a convenience method that creates an instance of theNumericFormatConfiguration.Builder
avoiding the need to create one manually via NumericFormatConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to formatConfiguration(NumericFormatConfiguration).
formatConfiguration - a consumer that will call methods on NumericFormatConfiguration.BuilderformatConfiguration(NumericFormatConfiguration)Copyright © 2023. All rights reserved.