| 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.LineChartSeriesSettings
Description
Synopsis
- data LineChartSeriesSettings = LineChartSeriesSettings' {}
 - newLineChartSeriesSettings :: LineChartSeriesSettings
 - lineChartSeriesSettings_lineStyleSettings :: Lens' LineChartSeriesSettings (Maybe LineChartLineStyleSettings)
 - lineChartSeriesSettings_markerStyleSettings :: Lens' LineChartSeriesSettings (Maybe LineChartMarkerStyleSettings)
 
Documentation
data LineChartSeriesSettings Source #
The options that determine the presentation of a line series in the visual
See: newLineChartSeriesSettings smart constructor.
Constructors
| LineChartSeriesSettings' | |
Fields 
  | |
Instances
newLineChartSeriesSettings :: LineChartSeriesSettings Source #
Create a value of LineChartSeriesSettings 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:lineStyleSettings:LineChartSeriesSettings', lineChartSeriesSettings_lineStyleSettings - Line styles options for a line series in LineChartVisual.
$sel:markerStyleSettings:LineChartSeriesSettings', lineChartSeriesSettings_markerStyleSettings - Marker styles options for a line series in LineChartVisual.
lineChartSeriesSettings_lineStyleSettings :: Lens' LineChartSeriesSettings (Maybe LineChartLineStyleSettings) Source #
Line styles options for a line series in LineChartVisual.
lineChartSeriesSettings_markerStyleSettings :: Lens' LineChartSeriesSettings (Maybe LineChartMarkerStyleSettings) Source #
Marker styles options for a line series in LineChartVisual.