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

Description

 
Synopsis

Documentation

data DataLabelOptions Source #

The options that determine the presentation of the data labels.

See: newDataLabelOptions smart constructor.

Constructors

DataLabelOptions' 

Fields

Instances

Instances details
FromJSON DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

ToJSON DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

Generic DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

Associated Types

type Rep DataLabelOptions :: Type -> Type #

Show DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

NFData DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

Methods

rnf :: DataLabelOptions -> () #

Eq DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

Hashable DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

type Rep DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

newDataLabelOptions :: DataLabelOptions Source #

Create a value of DataLabelOptions 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:categoryLabelVisibility:DataLabelOptions', dataLabelOptions_categoryLabelVisibility - Determines the visibility of the category field labels.

$sel:dataLabelTypes:DataLabelOptions', dataLabelOptions_dataLabelTypes - The option that determines the data label type.

$sel:labelColor:DataLabelOptions', dataLabelOptions_labelColor - Determines the color of the data labels.

$sel:labelContent:DataLabelOptions', dataLabelOptions_labelContent - Determines the content of the data labels.

$sel:labelFontConfiguration:DataLabelOptions', dataLabelOptions_labelFontConfiguration - Determines the font configuration of the data labels.

$sel:measureLabelVisibility:DataLabelOptions', dataLabelOptions_measureLabelVisibility - Determines the visibility of the measure field labels.

$sel:overlap:DataLabelOptions', dataLabelOptions_overlap - Determines whether overlap is enabled or disabled for the data labels.

$sel:position:DataLabelOptions', dataLabelOptions_position - Determines the position of the data labels.

$sel:visibility:DataLabelOptions', dataLabelOptions_visibility - Determines the visibility of the data labels.

dataLabelOptions_categoryLabelVisibility :: Lens' DataLabelOptions (Maybe Visibility) Source #

Determines the visibility of the category field labels.

dataLabelOptions_dataLabelTypes :: Lens' DataLabelOptions (Maybe [DataLabelType]) Source #

The option that determines the data label type.

dataLabelOptions_labelColor :: Lens' DataLabelOptions (Maybe Text) Source #

Determines the color of the data labels.

dataLabelOptions_labelContent :: Lens' DataLabelOptions (Maybe DataLabelContent) Source #

Determines the content of the data labels.

dataLabelOptions_labelFontConfiguration :: Lens' DataLabelOptions (Maybe FontConfiguration) Source #

Determines the font configuration of the data labels.

dataLabelOptions_measureLabelVisibility :: Lens' DataLabelOptions (Maybe Visibility) Source #

Determines the visibility of the measure field labels.

dataLabelOptions_overlap :: Lens' DataLabelOptions (Maybe DataLabelOverlap) Source #

Determines whether overlap is enabled or disabled for the data labels.

dataLabelOptions_position :: Lens' DataLabelOptions (Maybe DataLabelPosition) Source #

Determines the position of the data labels.

dataLabelOptions_visibility :: Lens' DataLabelOptions (Maybe Visibility) Source #

Determines the visibility of the data labels.