AWS::QuickSight::Analysis LineChartDefaultSeriesSettings
The options that determine the default presentation of all line series in LineChartVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AxisBinding" :
String
, "LineStyleSettings" :LineChartLineStyleSettings
, "MarkerStyleSettings" :LineChartMarkerStyleSettings
}
YAML
AxisBinding:
String
LineStyleSettings:LineChartLineStyleSettings
MarkerStyleSettings:LineChartMarkerStyleSettings
Properties
AxisBinding
-
The axis to which you are binding all line series to.
Required: No
Type: String
Allowed values:
PRIMARY_YAXIS | SECONDARY_YAXIS
Update requires: No interruption
LineStyleSettings
-
Line styles options for all line series in the visual.
Required: No
Type: LineChartLineStyleSettings
Update requires: No interruption
MarkerStyleSettings
-
Marker styles options for all line series in the visual.
Required: No
Type: LineChartMarkerStyleSettings
Update requires: No interruption