| 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.LineChartLineStyleSettings
Description
Synopsis
- data LineChartLineStyleSettings = LineChartLineStyleSettings' {}
- newLineChartLineStyleSettings :: LineChartLineStyleSettings
- lineChartLineStyleSettings_lineInterpolation :: Lens' LineChartLineStyleSettings (Maybe LineInterpolation)
- lineChartLineStyleSettings_lineStyle :: Lens' LineChartLineStyleSettings (Maybe LineChartLineStyle)
- lineChartLineStyleSettings_lineVisibility :: Lens' LineChartLineStyleSettings (Maybe Visibility)
- lineChartLineStyleSettings_lineWidth :: Lens' LineChartLineStyleSettings (Maybe Text)
Documentation
data LineChartLineStyleSettings Source #
Line styles options for a line series in LineChartVisual.
See: newLineChartLineStyleSettings smart constructor.
Constructors
| LineChartLineStyleSettings' | |
Fields
| |
Instances
newLineChartLineStyleSettings :: LineChartLineStyleSettings Source #
Create a value of LineChartLineStyleSettings 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:lineInterpolation:LineChartLineStyleSettings', lineChartLineStyleSettings_lineInterpolation - Interpolation style for line series.
LINEAR: Show as default, linear style.SMOOTH: Show as a smooth curve.STEPPED: Show steps in line.
$sel:lineStyle:LineChartLineStyleSettings', lineChartLineStyleSettings_lineStyle - Line style for line series.
SOLID: Show as a solid line.DOTTED: Show as a dotted line.DASHED: Show as a dashed line.
$sel:lineVisibility:LineChartLineStyleSettings', lineChartLineStyleSettings_lineVisibility - Configuration option that determines whether to show the line for the
series.
$sel:lineWidth:LineChartLineStyleSettings', lineChartLineStyleSettings_lineWidth - Width that determines the line thickness.
lineChartLineStyleSettings_lineInterpolation :: Lens' LineChartLineStyleSettings (Maybe LineInterpolation) Source #
Interpolation style for line series.
LINEAR: Show as default, linear style.SMOOTH: Show as a smooth curve.STEPPED: Show steps in line.
lineChartLineStyleSettings_lineStyle :: Lens' LineChartLineStyleSettings (Maybe LineChartLineStyle) Source #
Line style for line series.
SOLID: Show as a solid line.DOTTED: Show as a dotted line.DASHED: Show as a dashed line.
lineChartLineStyleSettings_lineVisibility :: Lens' LineChartLineStyleSettings (Maybe Visibility) Source #
Configuration option that determines whether to show the line for the series.
lineChartLineStyleSettings_lineWidth :: Lens' LineChartLineStyleSettings (Maybe Text) Source #
Width that determines the line thickness.