| 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.SeriesItem
Description
Synopsis
Documentation
data SeriesItem Source #
The series item configuration of a line chart.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newSeriesItem smart constructor.
Constructors
| SeriesItem' | |
Fields
| |
Instances
newSeriesItem :: SeriesItem Source #
Create a value of SeriesItem 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:dataFieldSeriesItem:SeriesItem', seriesItem_dataFieldSeriesItem - The data field series item configuration of a line chart.
$sel:fieldSeriesItem:SeriesItem', seriesItem_fieldSeriesItem - The field series item configuration of a line chart.
seriesItem_dataFieldSeriesItem :: Lens' SeriesItem (Maybe DataFieldSeriesItem) Source #
The data field series item configuration of a line chart.
seriesItem_fieldSeriesItem :: Lens' SeriesItem (Maybe FieldSeriesItem) Source #
The field series item configuration of a line chart.