| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.ScatterPlotConfiguration
Description
Synopsis
- data ScatterPlotConfiguration = ScatterPlotConfiguration' {
- dataLabels :: Maybe DataLabelOptions
- fieldWells :: Maybe ScatterPlotFieldWells
- legend :: Maybe LegendOptions
- tooltip :: Maybe TooltipOptions
- visualPalette :: Maybe VisualPalette
- xAxisDisplayOptions :: Maybe AxisDisplayOptions
- xAxisLabelOptions :: Maybe ChartAxisLabelOptions
- yAxisDisplayOptions :: Maybe AxisDisplayOptions
- yAxisLabelOptions :: Maybe ChartAxisLabelOptions
- newScatterPlotConfiguration :: ScatterPlotConfiguration
- scatterPlotConfiguration_dataLabels :: Lens' ScatterPlotConfiguration (Maybe DataLabelOptions)
- scatterPlotConfiguration_fieldWells :: Lens' ScatterPlotConfiguration (Maybe ScatterPlotFieldWells)
- scatterPlotConfiguration_legend :: Lens' ScatterPlotConfiguration (Maybe LegendOptions)
- scatterPlotConfiguration_tooltip :: Lens' ScatterPlotConfiguration (Maybe TooltipOptions)
- scatterPlotConfiguration_visualPalette :: Lens' ScatterPlotConfiguration (Maybe VisualPalette)
- scatterPlotConfiguration_xAxisDisplayOptions :: Lens' ScatterPlotConfiguration (Maybe AxisDisplayOptions)
- scatterPlotConfiguration_xAxisLabelOptions :: Lens' ScatterPlotConfiguration (Maybe ChartAxisLabelOptions)
- scatterPlotConfiguration_yAxisDisplayOptions :: Lens' ScatterPlotConfiguration (Maybe AxisDisplayOptions)
- scatterPlotConfiguration_yAxisLabelOptions :: Lens' ScatterPlotConfiguration (Maybe ChartAxisLabelOptions)
Documentation
data ScatterPlotConfiguration Source #
The configuration of a scatter plot.
See: newScatterPlotConfiguration smart constructor.
Constructors
| ScatterPlotConfiguration' | |
Fields
| |
Instances
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_fieldWells :: Lens' ScatterPlotConfiguration (Maybe ScatterPlotFieldWells) Source #
The field wells of the visual.
scatterPlotConfiguration_legend :: Lens' ScatterPlotConfiguration (Maybe LegendOptions) Source #
The legend display setup of the visual.
scatterPlotConfiguration_tooltip :: Lens' ScatterPlotConfiguration (Maybe TooltipOptions) Source #
The legend display setup of the visual.
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.