| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.NumericAxisOptions
Description
Synopsis
Documentation
data NumericAxisOptions Source #
The options for an axis with a numeric field.
See: newNumericAxisOptions smart constructor.
Constructors
| NumericAxisOptions' | |
Instances
newNumericAxisOptions :: NumericAxisOptions Source #
Create a value of NumericAxisOptions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:range:NumericAxisOptions', numericAxisOptions_range - The range setup of a numeric axis.
$sel:scale:NumericAxisOptions', numericAxisOptions_scale - The scale setup of a numeric axis.
numericAxisOptions_range :: Lens' NumericAxisOptions (Maybe AxisDisplayRange) Source #
The range setup of a numeric axis.
numericAxisOptions_scale :: Lens' NumericAxisOptions (Maybe AxisScale) Source #
The scale setup of a numeric axis.