| 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.LineChartMarkerStyleSettings
Description
Synopsis
- data LineChartMarkerStyleSettings = LineChartMarkerStyleSettings' {}
- newLineChartMarkerStyleSettings :: LineChartMarkerStyleSettings
- lineChartMarkerStyleSettings_markerColor :: Lens' LineChartMarkerStyleSettings (Maybe Text)
- lineChartMarkerStyleSettings_markerShape :: Lens' LineChartMarkerStyleSettings (Maybe LineChartMarkerShape)
- lineChartMarkerStyleSettings_markerSize :: Lens' LineChartMarkerStyleSettings (Maybe Text)
- lineChartMarkerStyleSettings_markerVisibility :: Lens' LineChartMarkerStyleSettings (Maybe Visibility)
Documentation
data LineChartMarkerStyleSettings Source #
Marker styles options for a line series in LineChartVisual.
See: newLineChartMarkerStyleSettings smart constructor.
Constructors
| LineChartMarkerStyleSettings' | |
Fields
| |
Instances
newLineChartMarkerStyleSettings :: LineChartMarkerStyleSettings Source #
Create a value of LineChartMarkerStyleSettings 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:markerColor:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerColor - Color of marker in the series.
$sel:markerShape:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerShape - Shape option for markers in the series.
CIRCLE: Show marker as a circle.TRIANGLE: Show marker as a triangle.SQUARE: Show marker as a square.DIAMOND: Show marker as a diamond.ROUNDED_SQUARE: Show marker as a rounded square.
$sel:markerSize:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerSize - Size of marker in the series.
$sel:markerVisibility:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerVisibility - Configuration option that determines whether to show the markers in the
series.
lineChartMarkerStyleSettings_markerColor :: Lens' LineChartMarkerStyleSettings (Maybe Text) Source #
Color of marker in the series.
lineChartMarkerStyleSettings_markerShape :: Lens' LineChartMarkerStyleSettings (Maybe LineChartMarkerShape) Source #
Shape option for markers in the series.
CIRCLE: Show marker as a circle.TRIANGLE: Show marker as a triangle.SQUARE: Show marker as a square.DIAMOND: Show marker as a diamond.ROUNDED_SQUARE: Show marker as a rounded square.
lineChartMarkerStyleSettings_markerSize :: Lens' LineChartMarkerStyleSettings (Maybe Text) Source #
Size of marker in the series.
lineChartMarkerStyleSettings_markerVisibility :: Lens' LineChartMarkerStyleSettings (Maybe Visibility) Source #
Configuration option that determines whether to show the markers in the series.