AWS::QuickSight::Dashboard LineChartSeriesSettings
The options that determine the presentation of a line series in the visual
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "LineStyleSettings" :
LineChartLineStyleSettings
, "MarkerStyleSettings" :LineChartMarkerStyleSettings
}
YAML
LineStyleSettings:
LineChartLineStyleSettings
MarkerStyleSettings:LineChartMarkerStyleSettings
Properties
LineStyleSettings
-
Line styles options for a line series in
LineChartVisual
.Required: No
Type: LineChartLineStyleSettings
Update requires: No interruption
MarkerStyleSettings
-
Marker styles options for a line series in
LineChartVisual
.Required: No
Type: LineChartMarkerStyleSettings
Update requires: No interruption