The field series item configuration of a line chart.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"AxisBinding" : String
,
"FieldId" : String
,
"Settings" : LineChartSeriesSettings
}
YAML
AxisBinding: String
FieldId: String
Settings:
LineChartSeriesSettings
Properties
AxisBinding
-
The axis that you are binding the field to.
Required: Yes
Type: String
Allowed values:
PRIMARY_YAXIS | SECONDARY_YAXIS
Update requires: No interruption
FieldId
-
The field ID of the field for which you are setting the axis binding.
Required: Yes
Type: String
Minimum:
1
Maximum:
512
Update requires: No interruption
Settings
-
The options that determine the presentation of line series associated to the field.
Required: No
Type: LineChartSeriesSettings
Update requires: No interruption