aws-cdk-lib.aws_quicksight.CfnTemplate.LineChartConfigurationProperty

interface LineChartConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.LineChartConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_LineChartConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.LineChartConfigurationProperty
Pythonaws_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

NameTypeDescription
contributionAnalysisDefaults?IResolvable | IResolvable | ContributionAnalysisDefaultProperty[]The default configuration of a line chart's contribution analysis.
dataLabels?IResolvable | DataLabelOptionsPropertyThe data label configuration of a line chart.
defaultSeriesSettings?IResolvable | LineChartDefaultSeriesSettingsPropertyThe options that determine the default presentation of all line series in LineChartVisual .
fieldWells?IResolvable | LineChartFieldWellsPropertyThe field well configuration of a line chart.
forecastConfigurations?IResolvable | IResolvable | ForecastConfigurationProperty[]The forecast configuration of a line chart.
legend?IResolvable | LegendOptionsPropertyThe legend configuration of a line chart.
primaryYAxisDisplayOptions?IResolvable | LineSeriesAxisDisplayOptionsPropertyThe series axis configuration of a line chart.
primaryYAxisLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe options that determine the presentation of the y-axis label.
referenceLines?IResolvable | IResolvable | ReferenceLineProperty[]The reference lines configuration of a line chart.
secondaryYAxisDisplayOptions?IResolvable | LineSeriesAxisDisplayOptionsPropertyThe series axis configuration of a line chart.
secondaryYAxisLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe options that determine the presentation of the secondary y-axis label.
series?IResolvable | IResolvable | SeriesItemProperty[]The series item configuration of a line chart.
smallMultiplesOptions?IResolvable | SmallMultiplesOptionsPropertyThe small multiples setup for the visual.
sortConfiguration?IResolvable | LineChartSortConfigurationPropertyThe sort configuration of a line chart.
tooltip?IResolvable | TooltipOptionsPropertyThe tooltip configuration of a line chart.
type?stringDetermines the type of the line chart.
visualPalette?IResolvable | VisualPalettePropertyThe visual palette configuration of a line chart.
xAxisDisplayOptions?IResolvable | AxisDisplayOptionsPropertyThe options that determine the presentation of the x-axis.
xAxisLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe options that determine the presentation of the x-axis label.

contributionAnalysisDefaults?

Type: IResolvable | IResolvable | ContributionAnalysisDefaultProperty[] (optional)

The default configuration of a line chart's contribution analysis.


dataLabels?

Type: IResolvable | DataLabelOptionsProperty (optional)

The data label configuration of a line chart.


defaultSeriesSettings?

Type: IResolvable | LineChartDefaultSeriesSettingsProperty (optional)

The options that determine the default presentation of all line series in LineChartVisual .


fieldWells?

Type: IResolvable | LineChartFieldWellsProperty (optional)

The field well configuration of a line chart.


forecastConfigurations?

Type: IResolvable | IResolvable | ForecastConfigurationProperty[] (optional)

The forecast configuration of a line chart.


legend?

Type: IResolvable | LegendOptionsProperty (optional)

The legend configuration of a line chart.


primaryYAxisDisplayOptions?

Type: IResolvable | LineSeriesAxisDisplayOptionsProperty (optional)

The series axis configuration of a line chart.


primaryYAxisLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The options that determine the presentation of the y-axis label.


referenceLines?

Type: IResolvable | IResolvable | ReferenceLineProperty[] (optional)

The reference lines configuration of a line chart.


secondaryYAxisDisplayOptions?

Type: IResolvable | LineSeriesAxisDisplayOptionsProperty (optional)

The series axis configuration of a line chart.


secondaryYAxisLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The options that determine the presentation of the secondary y-axis label.


series?

Type: IResolvable | IResolvable | SeriesItemProperty[] (optional)

The series item configuration of a line chart.


smallMultiplesOptions?

Type: IResolvable | SmallMultiplesOptionsProperty (optional)

The small multiples setup for the visual.


sortConfiguration?

Type: IResolvable | LineChartSortConfigurationProperty (optional)

The sort configuration of a line chart.


tooltip?

Type: IResolvable | TooltipOptionsProperty (optional)

The tooltip configuration of a line chart.


type?

Type: string (optional)

Determines the type of the line chart.


visualPalette?

Type: IResolvable | VisualPaletteProperty (optional)

The visual palette configuration of a line chart.


xAxisDisplayOptions?

Type: IResolvable | AxisDisplayOptionsProperty (optional)

The options that determine the presentation of the x-axis.


xAxisLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The options that determine the presentation of the x-axis label.