| 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.ArcAxisConfiguration
Description
Documentation
data ArcAxisConfiguration Source #
The arc axis configuration of a GaugeChartVisual.
See: newArcAxisConfiguration smart constructor.
Constructors
| ArcAxisConfiguration' | |
Fields
| |
Instances
newArcAxisConfiguration :: ArcAxisConfiguration Source #
Create a value of ArcAxisConfiguration 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:ArcAxisConfiguration', arcAxisConfiguration_range - The arc axis range of a GaugeChartVisual.
$sel:reserveRange:ArcAxisConfiguration', arcAxisConfiguration_reserveRange - The reserved range of the arc axis.
arcAxisConfiguration_range :: Lens' ArcAxisConfiguration (Maybe ArcAxisDisplayRange) Source #
The arc axis range of a GaugeChartVisual.
arcAxisConfiguration_reserveRange :: Lens' ArcAxisConfiguration (Maybe Int) Source #
The reserved range of the arc axis.