AWS::QuickSight::Analysis LineChartMarkerStyleSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Analysis LineChartMarkerStyleSettings

Marker styles options for a line series in LineChartVisual.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "MarkerColor" : String, "MarkerShape" : String, "MarkerSize" : String, "MarkerVisibility" : String }

YAML

MarkerColor: String MarkerShape: String MarkerSize: String MarkerVisibility: 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_SQUARE

Update 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 | VISIBLE

Update requires: No interruption