| 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.AxisScale
Description
Documentation
The scale setup options for a numeric axis display.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newAxisScale smart constructor.
Constructors
| AxisScale' | |
Fields
| |
Instances
| FromJSON AxisScale Source # | |
| ToJSON AxisScale Source # | |
Defined in Amazonka.QuickSight.Types.AxisScale | |
| Generic AxisScale Source # | |
| Read AxisScale Source # | |
| Show AxisScale Source # | |
| NFData AxisScale Source # | |
Defined in Amazonka.QuickSight.Types.AxisScale | |
| Eq AxisScale Source # | |
| Hashable AxisScale Source # | |
Defined in Amazonka.QuickSight.Types.AxisScale | |
| type Rep AxisScale Source # | |
Defined in Amazonka.QuickSight.Types.AxisScale type Rep AxisScale = D1 ('MetaData "AxisScale" "Amazonka.QuickSight.Types.AxisScale" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisScale'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linear") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisLinearScale)) :*: S1 ('MetaSel ('Just "logarithmic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisLogarithmicScale)))) | |
newAxisScale :: AxisScale Source #
Create a value of AxisScale 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:linear:AxisScale', axisScale_linear - The linear axis scale setup.
$sel:logarithmic:AxisScale', axisScale_logarithmic - The logarithmic axis scale setup.
axisScale_linear :: Lens' AxisScale (Maybe AxisLinearScale) Source #
The linear axis scale setup.
axisScale_logarithmic :: Lens' AxisScale (Maybe AxisLogarithmicScale) Source #
The logarithmic axis scale setup.