public static interface AxisLabelOptions.Builder extends SdkPojo, CopyableBuilder<AxisLabelOptions.Builder,AxisLabelOptions>
| Modifier and Type | Method and Description |
|---|---|
AxisLabelOptions.Builder |
applyTo(AxisLabelReferenceOptions applyTo)
The options that indicate which field the label belongs to.
|
default AxisLabelOptions.Builder |
applyTo(Consumer<AxisLabelReferenceOptions.Builder> applyTo)
The options that indicate which field the label belongs to.
|
AxisLabelOptions.Builder |
customLabel(String customLabel)
The text for the axis label.
|
default AxisLabelOptions.Builder |
fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the axis label.
|
AxisLabelOptions.Builder |
fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the axis label.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAxisLabelOptions.Builder fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the axis label.
fontConfiguration - The font configuration of the axis label.default AxisLabelOptions.Builder fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the axis label.
This is a convenience method that creates an instance of theFontConfiguration.Builder avoiding the
need to create one manually via FontConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fontConfiguration(FontConfiguration).
fontConfiguration - a consumer that will call methods on FontConfiguration.BuilderfontConfiguration(FontConfiguration)AxisLabelOptions.Builder customLabel(String customLabel)
The text for the axis label.
customLabel - The text for the axis label.AxisLabelOptions.Builder applyTo(AxisLabelReferenceOptions applyTo)
The options that indicate which field the label belongs to.
applyTo - The options that indicate which field the label belongs to.default AxisLabelOptions.Builder applyTo(Consumer<AxisLabelReferenceOptions.Builder> applyTo)
The options that indicate which field the label belongs to.
This is a convenience method that creates an instance of theAxisLabelReferenceOptions.Builder
avoiding the need to create one manually via AxisLabelReferenceOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to applyTo(AxisLabelReferenceOptions).
applyTo - a consumer that will call methods on AxisLabelReferenceOptions.BuilderapplyTo(AxisLabelReferenceOptions)Copyright © 2023. All rights reserved.