| 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.ScatterPlotCategoricallyAggregatedFieldWells
Description
Synopsis
- data ScatterPlotCategoricallyAggregatedFieldWells = ScatterPlotCategoricallyAggregatedFieldWells' {
- category :: Maybe [DimensionField]
- size :: Maybe [MeasureField]
- xAxis :: Maybe [MeasureField]
- yAxis :: Maybe [MeasureField]
- newScatterPlotCategoricallyAggregatedFieldWells :: ScatterPlotCategoricallyAggregatedFieldWells
- scatterPlotCategoricallyAggregatedFieldWells_category :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [DimensionField])
- scatterPlotCategoricallyAggregatedFieldWells_size :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField])
- scatterPlotCategoricallyAggregatedFieldWells_xAxis :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField])
- scatterPlotCategoricallyAggregatedFieldWells_yAxis :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField])
Documentation
data ScatterPlotCategoricallyAggregatedFieldWells Source #
The aggregated field well of a scatter plot.
See: newScatterPlotCategoricallyAggregatedFieldWells smart constructor.
Constructors
| ScatterPlotCategoricallyAggregatedFieldWells' | |
Fields
| |
Instances
newScatterPlotCategoricallyAggregatedFieldWells :: ScatterPlotCategoricallyAggregatedFieldWells Source #
Create a value of ScatterPlotCategoricallyAggregatedFieldWells 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:category:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_category - The category field well of a scatter plot.
$sel:size:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_size - The size field well of a scatter plot.
$sel:xAxis:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_xAxis - The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
$sel:yAxis:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_yAxis - The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
scatterPlotCategoricallyAggregatedFieldWells_category :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [DimensionField]) Source #
The category field well of a scatter plot.
scatterPlotCategoricallyAggregatedFieldWells_size :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField]) Source #
The size field well of a scatter plot.
scatterPlotCategoricallyAggregatedFieldWells_xAxis :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField]) Source #
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
scatterPlotCategoricallyAggregatedFieldWells_yAxis :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField]) Source #
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.