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

Description

 
Synopsis

Documentation

data LineChartSeriesSettings Source #

The options that determine the presentation of a line series in the visual

See: newLineChartSeriesSettings smart constructor.

Constructors

LineChartSeriesSettings' 

Fields

Instances

Instances details
FromJSON LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

ToJSON LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

Generic LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

Associated Types

type Rep LineChartSeriesSettings :: Type -> Type #

Read LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

Show LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

NFData LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

Methods

rnf :: LineChartSeriesSettings -> () #

Eq LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

Hashable LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

type Rep LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

type Rep LineChartSeriesSettings = D1 ('MetaData "LineChartSeriesSettings" "Amazonka.QuickSight.Types.LineChartSeriesSettings" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineChartSeriesSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lineStyleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartLineStyleSettings)) :*: S1 ('MetaSel ('Just "markerStyleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartMarkerStyleSettings))))

newLineChartSeriesSettings :: LineChartSeriesSettings Source #

Create a value of LineChartSeriesSettings 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:lineStyleSettings:LineChartSeriesSettings', lineChartSeriesSettings_lineStyleSettings - Line styles options for a line series in LineChartVisual.

$sel:markerStyleSettings:LineChartSeriesSettings', lineChartSeriesSettings_markerStyleSettings - Marker styles options for a line series in LineChartVisual.