| 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.LineChartDefaultSeriesSettings
Description
Synopsis
- data LineChartDefaultSeriesSettings = LineChartDefaultSeriesSettings' {}
 - newLineChartDefaultSeriesSettings :: LineChartDefaultSeriesSettings
 - lineChartDefaultSeriesSettings_axisBinding :: Lens' LineChartDefaultSeriesSettings (Maybe AxisBinding)
 - lineChartDefaultSeriesSettings_lineStyleSettings :: Lens' LineChartDefaultSeriesSettings (Maybe LineChartLineStyleSettings)
 - lineChartDefaultSeriesSettings_markerStyleSettings :: Lens' LineChartDefaultSeriesSettings (Maybe LineChartMarkerStyleSettings)
 
Documentation
data LineChartDefaultSeriesSettings Source #
The options that determine the default presentation of all line series
 in LineChartVisual.
See: newLineChartDefaultSeriesSettings smart constructor.
Constructors
| LineChartDefaultSeriesSettings' | |
Fields 
  | |
Instances
newLineChartDefaultSeriesSettings :: LineChartDefaultSeriesSettings Source #
Create a value of LineChartDefaultSeriesSettings 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:axisBinding:LineChartDefaultSeriesSettings', lineChartDefaultSeriesSettings_axisBinding - The axis to which you are binding all line series to.
$sel:lineStyleSettings:LineChartDefaultSeriesSettings', lineChartDefaultSeriesSettings_lineStyleSettings - Line styles options for all line series in the visual.
$sel:markerStyleSettings:LineChartDefaultSeriesSettings', lineChartDefaultSeriesSettings_markerStyleSettings - Marker styles options for all line series in the visual.
lineChartDefaultSeriesSettings_axisBinding :: Lens' LineChartDefaultSeriesSettings (Maybe AxisBinding) Source #
The axis to which you are binding all line series to.
lineChartDefaultSeriesSettings_lineStyleSettings :: Lens' LineChartDefaultSeriesSettings (Maybe LineChartLineStyleSettings) Source #
Line styles options for all line series in the visual.
lineChartDefaultSeriesSettings_markerStyleSettings :: Lens' LineChartDefaultSeriesSettings (Maybe LineChartMarkerStyleSettings) Source #
Marker styles options for all line series in the visual.