| 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.ArcAxisDisplayRange
Description
Documentation
data ArcAxisDisplayRange Source #
The arc axis range of a GaugeChartVisual.
See: newArcAxisDisplayRange smart constructor.
Constructors
| ArcAxisDisplayRange' | |
Instances
newArcAxisDisplayRange :: ArcAxisDisplayRange Source #
Create a value of ArcAxisDisplayRange 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:max:ArcAxisDisplayRange', arcAxisDisplayRange_max - The maximum value of the arc axis range.
$sel:min:ArcAxisDisplayRange', arcAxisDisplayRange_min - The minimum value of the arc axis range.
arcAxisDisplayRange_max :: Lens' ArcAxisDisplayRange (Maybe Double) Source #
The maximum value of the arc axis range.
arcAxisDisplayRange_min :: Lens' ArcAxisDisplayRange (Maybe Double) Source #
The minimum value of the arc axis range.