| 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.BarChartFieldWells
Description
Documentation
data BarChartFieldWells Source #
The field wells of a BarChartVisual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newBarChartFieldWells smart constructor.
Constructors
| BarChartFieldWells' | |
Fields
| |
Instances
newBarChartFieldWells :: BarChartFieldWells Source #
Create a value of BarChartFieldWells 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:barChartAggregatedFieldWells:BarChartFieldWells', barChartFieldWells_barChartAggregatedFieldWells - The aggregated field wells of a bar chart.
barChartFieldWells_barChartAggregatedFieldWells :: Lens' BarChartFieldWells (Maybe BarChartAggregatedFieldWells) Source #
The aggregated field wells of a bar chart.