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.AxisLabelOptions

Description

 
Synopsis

Documentation

data AxisLabelOptions Source #

The label options for a chart axis. You must specify the field that the label is targeted to.

See: newAxisLabelOptions smart constructor.

Constructors

AxisLabelOptions' 

Fields

Instances

Instances details
FromJSON AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

ToJSON AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

Generic AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

Associated Types

type Rep AxisLabelOptions :: Type -> Type #

Read AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

Show AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

NFData AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

Methods

rnf :: AxisLabelOptions -> () #

Eq AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

Hashable AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

type Rep AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

type Rep AxisLabelOptions = D1 ('MetaData "AxisLabelOptions" "Amazonka.QuickSight.Types.AxisLabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisLabelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applyTo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisLabelReferenceOptions)) :*: (S1 ('MetaSel ('Just "customLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fontConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontConfiguration)))))

newAxisLabelOptions :: AxisLabelOptions Source #

Create a value of AxisLabelOptions 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:applyTo:AxisLabelOptions', axisLabelOptions_applyTo - The options that indicate which field the label belongs to.

$sel:customLabel:AxisLabelOptions', axisLabelOptions_customLabel - The text for the axis label.

$sel:fontConfiguration:AxisLabelOptions', axisLabelOptions_fontConfiguration - The font configuration of the axis label.

axisLabelOptions_applyTo :: Lens' AxisLabelOptions (Maybe AxisLabelReferenceOptions) Source #

The options that indicate which field the label belongs to.