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.ComboChartFieldWells
Description
Documentation
data ComboChartFieldWells Source #
The field wells of the visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newComboChartFieldWells
smart constructor.
Constructors
ComboChartFieldWells' | |
Fields
|
Instances
newComboChartFieldWells :: ComboChartFieldWells Source #
Create a value of ComboChartFieldWells
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:comboChartAggregatedFieldWells:ComboChartFieldWells'
, comboChartFieldWells_comboChartAggregatedFieldWells
- The aggregated field wells of a combo chart. Combo charts only have
aggregated field wells. Columns in a combo chart are aggregated by
category.
comboChartFieldWells_comboChartAggregatedFieldWells :: Lens' ComboChartFieldWells (Maybe ComboChartAggregatedFieldWells) Source #
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.