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

Description

 
Synopsis

Documentation

data ScatterPlotConfiguration Source #

The configuration of a scatter plot.

See: newScatterPlotConfiguration smart constructor.

Constructors

ScatterPlotConfiguration' 

Fields

Instances

Instances details
FromJSON ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

ToJSON ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

Generic ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

Associated Types

type Rep ScatterPlotConfiguration :: Type -> Type #

Show ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

NFData ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

Eq ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

Hashable ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

type Rep ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

newScatterPlotConfiguration :: ScatterPlotConfiguration Source #

Create a value of ScatterPlotConfiguration 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:dataLabels:ScatterPlotConfiguration', scatterPlotConfiguration_dataLabels - The options that determine if visual data labels are displayed.

$sel:fieldWells:ScatterPlotConfiguration', scatterPlotConfiguration_fieldWells - The field wells of the visual.

$sel:legend:ScatterPlotConfiguration', scatterPlotConfiguration_legend - The legend display setup of the visual.

$sel:tooltip:ScatterPlotConfiguration', scatterPlotConfiguration_tooltip - The legend display setup of the visual.

$sel:visualPalette:ScatterPlotConfiguration', scatterPlotConfiguration_visualPalette - The palette (chart color) display setup of the visual.

$sel:xAxisDisplayOptions:ScatterPlotConfiguration', scatterPlotConfiguration_xAxisDisplayOptions - The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.

$sel:xAxisLabelOptions:ScatterPlotConfiguration', scatterPlotConfiguration_xAxisLabelOptions - The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.

$sel:yAxisDisplayOptions:ScatterPlotConfiguration', scatterPlotConfiguration_yAxisDisplayOptions - The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.

$sel:yAxisLabelOptions:ScatterPlotConfiguration', scatterPlotConfiguration_yAxisLabelOptions - The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.

scatterPlotConfiguration_dataLabels :: Lens' ScatterPlotConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

scatterPlotConfiguration_visualPalette :: Lens' ScatterPlotConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.

scatterPlotConfiguration_xAxisDisplayOptions :: Lens' ScatterPlotConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.

scatterPlotConfiguration_xAxisLabelOptions :: Lens' ScatterPlotConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.

scatterPlotConfiguration_yAxisDisplayOptions :: Lens' ScatterPlotConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.

scatterPlotConfiguration_yAxisLabelOptions :: Lens' ScatterPlotConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.