| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static AxisTickLabelOptions.Builder |
AxisTickLabelOptions.builder() |
default AxisTickLabelOptions.Builder |
AxisTickLabelOptions.Builder.labelOptions(Consumer<LabelOptions.Builder> labelOptions)
Determines whether or not the axis ticks are visible.
|
AxisTickLabelOptions.Builder |
AxisTickLabelOptions.Builder.labelOptions(LabelOptions labelOptions)
Determines whether or not the axis ticks are visible.
|
AxisTickLabelOptions.Builder |
AxisTickLabelOptions.Builder.rotationAngle(Double rotationAngle)
The rotation angle of the axis tick labels.
|
AxisTickLabelOptions.Builder |
AxisTickLabelOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AxisTickLabelOptions.Builder> |
AxisTickLabelOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AxisDisplayOptions.Builder |
AxisDisplayOptions.Builder.tickLabelOptions(Consumer<AxisTickLabelOptions.Builder> tickLabelOptions)
The tick label options of an axis.
|
Copyright © 2023. All rights reserved.