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

Description

 
Synopsis

Documentation

data LineChartMarkerStyleSettings Source #

Marker styles options for a line series in LineChartVisual.

See: newLineChartMarkerStyleSettings smart constructor.

Constructors

LineChartMarkerStyleSettings' 

Fields

Instances

Instances details
FromJSON LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

ToJSON LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

Generic LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

Associated Types

type Rep LineChartMarkerStyleSettings :: Type -> Type #

Read LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

Show LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

NFData LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

Eq LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

Hashable LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

type Rep LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

type Rep LineChartMarkerStyleSettings = D1 ('MetaData "LineChartMarkerStyleSettings" "Amazonka.QuickSight.Types.LineChartMarkerStyleSettings" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineChartMarkerStyleSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "markerColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "markerShape") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartMarkerShape))) :*: (S1 ('MetaSel ('Just "markerSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "markerVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)))))

newLineChartMarkerStyleSettings :: LineChartMarkerStyleSettings Source #

Create a value of LineChartMarkerStyleSettings 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:markerColor:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerColor - Color of marker in the series.

$sel:markerShape:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerShape - Shape option for markers in the series.

  • CIRCLE: Show marker as a circle.
  • TRIANGLE: Show marker as a triangle.
  • SQUARE: Show marker as a square.
  • DIAMOND: Show marker as a diamond.
  • ROUNDED_SQUARE: Show marker as a rounded square.

$sel:markerSize:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerSize - Size of marker in the series.

$sel:markerVisibility:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerVisibility - Configuration option that determines whether to show the markers in the series.

lineChartMarkerStyleSettings_markerShape :: Lens' LineChartMarkerStyleSettings (Maybe LineChartMarkerShape) Source #

Shape option for markers in the series.

  • CIRCLE: Show marker as a circle.
  • TRIANGLE: Show marker as a triangle.
  • SQUARE: Show marker as a square.
  • DIAMOND: Show marker as a diamond.
  • ROUNDED_SQUARE: Show marker as a rounded square.

lineChartMarkerStyleSettings_markerVisibility :: Lens' LineChartMarkerStyleSettings (Maybe Visibility) Source #

Configuration option that determines whether to show the markers in the series.