| 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.AxisDisplayRange
Description
Documentation
data AxisDisplayRange Source #
The range setup of a numeric axis display range.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newAxisDisplayRange smart constructor.
Constructors
| AxisDisplayRange' | |
Fields
| |
Instances
newAxisDisplayRange :: AxisDisplayRange Source #
Create a value of AxisDisplayRange 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:dataDriven:AxisDisplayRange', axisDisplayRange_dataDriven - The data-driven setup of an axis display range.
$sel:minMax:AxisDisplayRange', axisDisplayRange_minMax - The minimum and maximum setup of an axis display range.
axisDisplayRange_dataDriven :: Lens' AxisDisplayRange (Maybe AxisDisplayDataDrivenRange) Source #
The data-driven setup of an axis display range.
axisDisplayRange_minMax :: Lens' AxisDisplayRange (Maybe AxisDisplayMinMaxRange) Source #
The minimum and maximum setup of an axis display range.