| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AxisScale |
AxisScale.clone() |
AxisScale |
NumericAxisOptions.getScale()
The scale setup of a numeric axis.
|
AxisScale |
AxisScale.withLinear(AxisLinearScale linear)
The linear axis scale setup.
|
AxisScale |
AxisScale.withLogarithmic(AxisLogarithmicScale logarithmic)
The logarithmic axis scale setup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumericAxisOptions.setScale(AxisScale scale)
The scale setup of a numeric axis.
|
NumericAxisOptions |
NumericAxisOptions.withScale(AxisScale scale)
The scale setup of a numeric axis.
|
Copyright © 2023. All rights reserved.