| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AxisLabelOptions |
AxisLabelOptions.clone() |
AxisLabelOptions |
AxisLabelOptions.withApplyTo(AxisLabelReferenceOptions applyTo)
The options that indicate which field the label belongs to.
|
AxisLabelOptions |
AxisLabelOptions.withCustomLabel(String customLabel)
The text for the axis label.
|
AxisLabelOptions |
AxisLabelOptions.withFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the axis label.
|
| Modifier and Type | Method and Description |
|---|---|
List<AxisLabelOptions> |
ChartAxisLabelOptions.getAxisLabelOptions()
The label options for a chart axis.
|
| Modifier and Type | Method and Description |
|---|---|
ChartAxisLabelOptions |
ChartAxisLabelOptions.withAxisLabelOptions(AxisLabelOptions... axisLabelOptions)
The label options for a chart axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartAxisLabelOptions.setAxisLabelOptions(Collection<AxisLabelOptions> axisLabelOptions)
The label options for a chart axis.
|
ChartAxisLabelOptions |
ChartAxisLabelOptions.withAxisLabelOptions(Collection<AxisLabelOptions> axisLabelOptions)
The label options for a chart axis.
|
Copyright © 2023. All rights reserved.