public static interface ChartAxisLabelOptions.Builder extends SdkPojo, CopyableBuilder<ChartAxisLabelOptions.Builder,ChartAxisLabelOptions>
| Modifier and Type | Method and Description |
|---|---|
ChartAxisLabelOptions.Builder |
axisLabelOptions(AxisLabelOptions... axisLabelOptions)
The label options for a chart axis.
|
ChartAxisLabelOptions.Builder |
axisLabelOptions(Collection<AxisLabelOptions> axisLabelOptions)
The label options for a chart axis.
|
ChartAxisLabelOptions.Builder |
axisLabelOptions(Consumer<AxisLabelOptions.Builder>... axisLabelOptions)
The label options for a chart axis.
|
ChartAxisLabelOptions.Builder |
sortIconVisibility(String sortIconVisibility)
The visibility configuration of the sort icon on a chart's axis label.
|
ChartAxisLabelOptions.Builder |
sortIconVisibility(Visibility sortIconVisibility)
The visibility configuration of the sort icon on a chart's axis label.
|
ChartAxisLabelOptions.Builder |
visibility(String visibility)
The visibility of an axis label on a chart.
|
ChartAxisLabelOptions.Builder |
visibility(Visibility visibility)
The visibility of an axis label on a chart.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChartAxisLabelOptions.Builder visibility(String visibility)
The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE: Shows the axis.
HIDDEN: Hides the axis.
visibility - The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE: Shows the axis.
HIDDEN: Hides the axis.
Visibility,
VisibilityChartAxisLabelOptions.Builder visibility(Visibility visibility)
The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE: Shows the axis.
HIDDEN: Hides the axis.
visibility - The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE: Shows the axis.
HIDDEN: Hides the axis.
Visibility,
VisibilityChartAxisLabelOptions.Builder sortIconVisibility(String sortIconVisibility)
The visibility configuration of the sort icon on a chart's axis label.
sortIconVisibility - The visibility configuration of the sort icon on a chart's axis label.Visibility,
VisibilityChartAxisLabelOptions.Builder sortIconVisibility(Visibility sortIconVisibility)
The visibility configuration of the sort icon on a chart's axis label.
sortIconVisibility - The visibility configuration of the sort icon on a chart's axis label.Visibility,
VisibilityChartAxisLabelOptions.Builder axisLabelOptions(Collection<AxisLabelOptions> axisLabelOptions)
The label options for a chart axis.
axisLabelOptions - The label options for a chart axis.ChartAxisLabelOptions.Builder axisLabelOptions(AxisLabelOptions... axisLabelOptions)
The label options for a chart axis.
axisLabelOptions - The label options for a chart axis.ChartAxisLabelOptions.Builder axisLabelOptions(Consumer<AxisLabelOptions.Builder>... axisLabelOptions)
The label options for a chart axis.
This is a convenience method that creates an instance of theAxisLabelOptions.Builder avoiding the need to create
one manually via AxisLabelOptions.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #axisLabelOptions(List.
axisLabelOptions - a consumer that will call methods on
AxisLabelOptions.Builder#axisLabelOptions(java.util.Collection) Copyright © 2023. All rights reserved.