| 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.FieldSeriesItem
Description
Synopsis
- data FieldSeriesItem = FieldSeriesItem' {}
- newFieldSeriesItem :: Text -> AxisBinding -> FieldSeriesItem
- fieldSeriesItem_settings :: Lens' FieldSeriesItem (Maybe LineChartSeriesSettings)
- fieldSeriesItem_fieldId :: Lens' FieldSeriesItem Text
- fieldSeriesItem_axisBinding :: Lens' FieldSeriesItem AxisBinding
Documentation
data FieldSeriesItem Source #
The field series item configuration of a line chart.
See: newFieldSeriesItem smart constructor.
Constructors
| FieldSeriesItem' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> AxisBinding | |
| -> FieldSeriesItem |
Create a value of FieldSeriesItem 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:settings:FieldSeriesItem', fieldSeriesItem_settings - The options that determine the presentation of line series associated to
the field.
$sel:fieldId:FieldSeriesItem', fieldSeriesItem_fieldId - The field ID of the field for which you are setting the axis binding.
$sel:axisBinding:FieldSeriesItem', fieldSeriesItem_axisBinding - The axis that you are binding the field to.
fieldSeriesItem_settings :: Lens' FieldSeriesItem (Maybe LineChartSeriesSettings) Source #
The options that determine the presentation of line series associated to the field.
fieldSeriesItem_fieldId :: Lens' FieldSeriesItem Text Source #
The field ID of the field for which you are setting the axis binding.
fieldSeriesItem_axisBinding :: Lens' FieldSeriesItem AxisBinding Source #
The axis that you are binding the field to.