interface LineChartConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.LineChartConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_LineChartConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.LineChartConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.LineChartConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » LineChartConfigurationProperty |
The configuration of a line chart.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| contribution | IResolvable | (IResolvable | Contribution)[] | The default configuration of a line chart's contribution analysis. |
| data | IResolvable | Data | The data label configuration of a line chart. |
| default | IResolvable | Line | The options that determine the default presentation of all line series in LineChartVisual . |
| field | IResolvable | Line | The field well configuration of a line chart. |
| forecast | IResolvable | (IResolvable | Forecast)[] | The forecast configuration of a line chart. |
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. |
| legend? | IResolvable | Legend | The legend configuration of a line chart. |
| primary | IResolvable | Line | The series axis configuration of a line chart. |
| primary | IResolvable | Chart | The options that determine the presentation of the y-axis label. |
| reference | IResolvable | (IResolvable | Reference)[] | The reference lines configuration of a line chart. |
| secondary | IResolvable | Line | The series axis configuration of a line chart. |
| secondary | IResolvable | Chart | The options that determine the presentation of the secondary y-axis label. |
| series? | IResolvable | (IResolvable | Series)[] | The series item configuration of a line chart. |
| single | IResolvable | Single | |
| small | IResolvable | Small | The small multiples setup for the visual. |
| sort | IResolvable | Line | The sort configuration of a line chart. |
| tooltip? | IResolvable | Tooltip | The tooltip configuration of a line chart. |
| type? | string | Determines the type of the line chart. |
| visual | IResolvable | Visual | The visual palette configuration of a line chart. |
| x | IResolvable | Axis | The options that determine the presentation of the x-axis. |
| x | IResolvable | Chart | The options that determine the presentation of the x-axis label. |
contributionAnalysisDefaults?
Type:
IResolvable | (IResolvable | Contribution)[]
(optional)
The default configuration of a line chart's contribution analysis.
dataLabels?
Type:
IResolvable | Data
(optional)
The data label configuration of a line chart.
defaultSeriesSettings?
Type:
IResolvable | Line
(optional)
The options that determine the default presentation of all line series in LineChartVisual .
fieldWells?
Type:
IResolvable | Line
(optional)
The field well configuration of a line chart.
forecastConfigurations?
Type:
IResolvable | (IResolvable | Forecast)[]
(optional)
The forecast configuration of a line chart.
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.
legend?
Type:
IResolvable | Legend
(optional)
The legend configuration of a line chart.
primaryYAxisDisplayOptions?
Type:
IResolvable | Line
(optional)
The series axis configuration of a line chart.
primaryYAxisLabelOptions?
Type:
IResolvable | Chart
(optional)
The options that determine the presentation of the y-axis label.
referenceLines?
Type:
IResolvable | (IResolvable | Reference)[]
(optional)
The reference lines configuration of a line chart.
secondaryYAxisDisplayOptions?
Type:
IResolvable | Line
(optional)
The series axis configuration of a line chart.
secondaryYAxisLabelOptions?
Type:
IResolvable | Chart
(optional)
The options that determine the presentation of the secondary y-axis label.
series?
Type:
IResolvable | (IResolvable | Series)[]
(optional)
The series item configuration of a line chart.
singleAxisOptions?
Type:
IResolvable | Single
(optional)
smallMultiplesOptions?
Type:
IResolvable | Small
(optional)
The small multiples setup for the visual.
sortConfiguration?
Type:
IResolvable | Line
(optional)
The sort configuration of a line chart.
tooltip?
Type:
IResolvable | Tooltip
(optional)
The tooltip configuration of a line chart.
type?
Type:
string
(optional)
Determines the type of the line chart.
visualPalette?
Type:
IResolvable | Visual
(optional)
The visual palette configuration of a line chart.
xAxisDisplayOptions?
Type:
IResolvable | Axis
(optional)
The options that determine the presentation of the x-axis.
xAxisLabelOptions?
Type:
IResolvable | Chart
(optional)
The options that determine the presentation of the x-axis label.

.NET
Go
Java
Python
TypeScript