amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.AxisTickLabelOptions

Description

 
Synopsis

Documentation

data AxisTickLabelOptions Source #

The tick label options of an axis.

See: newAxisTickLabelOptions smart constructor.

Constructors

AxisTickLabelOptions' 

Fields

Instances

Instances details
FromJSON AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

ToJSON AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

Generic AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

Associated Types

type Rep AxisTickLabelOptions :: Type -> Type #

Read AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

Show AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

NFData AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

Methods

rnf :: AxisTickLabelOptions -> () #

Eq AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

Hashable AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

type Rep AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

type Rep AxisTickLabelOptions = D1 ('MetaData "AxisTickLabelOptions" "Amazonka.QuickSight.Types.AxisTickLabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisTickLabelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelOptions)) :*: S1 ('MetaSel ('Just "rotationAngle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

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.