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.ScatterPlotFieldWells
Description
Synopsis
- data ScatterPlotFieldWells = ScatterPlotFieldWells' {}
- newScatterPlotFieldWells :: ScatterPlotFieldWells
- scatterPlotFieldWells_scatterPlotCategoricallyAggregatedFieldWells :: Lens' ScatterPlotFieldWells (Maybe ScatterPlotCategoricallyAggregatedFieldWells)
- scatterPlotFieldWells_scatterPlotUnaggregatedFieldWells :: Lens' ScatterPlotFieldWells (Maybe ScatterPlotUnaggregatedFieldWells)
Documentation
data ScatterPlotFieldWells Source #
The field well configuration of a scatter plot.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newScatterPlotFieldWells
smart constructor.
Constructors
ScatterPlotFieldWells' | |
Fields
|
Instances
newScatterPlotFieldWells :: ScatterPlotFieldWells Source #
Create a value of ScatterPlotFieldWells
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:scatterPlotCategoricallyAggregatedFieldWells:ScatterPlotFieldWells'
, scatterPlotFieldWells_scatterPlotCategoricallyAggregatedFieldWells
- The aggregated field wells of a scatter plot. Scatter plots that have a
field in the category (group/color) field will have aggregated field
wells. The x and y-axes of these scatter plots are aggregated by
category.
$sel:scatterPlotUnaggregatedFieldWells:ScatterPlotFieldWells'
, scatterPlotFieldWells_scatterPlotUnaggregatedFieldWells
- The unaggregated field wells of a scatter plot. Scatter plots without a
category field well have unaggregated field wells. The x and y-axes of
these scatter plots are unaggregated.
scatterPlotFieldWells_scatterPlotCategoricallyAggregatedFieldWells :: Lens' ScatterPlotFieldWells (Maybe ScatterPlotCategoricallyAggregatedFieldWells) Source #
The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.
scatterPlotFieldWells_scatterPlotUnaggregatedFieldWells :: Lens' ScatterPlotFieldWells (Maybe ScatterPlotUnaggregatedFieldWells) Source #
The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.