This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Dashboard LineChartMarkerStyleSettings
Marker styles options for a line series in LineChartVisual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MarkerColor" :String, "MarkerShape" :String, "MarkerSize" :String, "MarkerVisibility" :String}
YAML
MarkerColor:StringMarkerShape:StringMarkerSize:StringMarkerVisibility:String
Properties
MarkerColor- 
                    
Color of marker in the series.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$Update requires: No interruption
 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. 
Required: No
Type: String
Allowed values:
CIRCLE | TRIANGLE | SQUARE | DIAMOND | ROUNDED_SQUAREUpdate requires: No interruption
 - 
                            
 MarkerSize- 
                    
Size of marker in the series.
Required: No
Type: String
Update requires: No interruption
 MarkerVisibility- 
                    
Configuration option that determines whether to show the markers in the series.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption