| 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.AxisTickLabelOptions
Description
Documentation
data AxisTickLabelOptions Source #
The tick label options of an axis.
See: newAxisTickLabelOptions smart constructor.
Constructors
| AxisTickLabelOptions' | |
Fields
| |
Instances
newAxisTickLabelOptions :: AxisTickLabelOptions Source #
Create a value of AxisTickLabelOptions 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:labelOptions:AxisTickLabelOptions', axisTickLabelOptions_labelOptions - Determines whether or not the axis ticks are visible.
$sel:rotationAngle:AxisTickLabelOptions', axisTickLabelOptions_rotationAngle - The rotation angle of the axis tick labels.
axisTickLabelOptions_labelOptions :: Lens' AxisTickLabelOptions (Maybe LabelOptions) Source #
Determines whether or not the axis ticks are visible.
axisTickLabelOptions_rotationAngle :: Lens' AxisTickLabelOptions (Maybe Double) Source #
The rotation angle of the axis tick labels.