aws-cdk-lib.aws_quicksight.CfnTemplate.LineChartAggregatedFieldWellsProperty

interface LineChartAggregatedFieldWellsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.LineChartAggregatedFieldWellsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_LineChartAggregatedFieldWellsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.LineChartAggregatedFieldWellsProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.LineChartAggregatedFieldWellsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » LineChartAggregatedFieldWellsProperty

The field well configuration of a line chart.

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
category?IResolvable | IResolvable | DimensionFieldProperty[]The category field wells of a line chart.
colors?IResolvable | IResolvable | DimensionFieldProperty[]The color field wells of a line chart.
smallMultiples?IResolvable | IResolvable | DimensionFieldProperty[]The small multiples field well of a line chart.
values?IResolvable | IResolvable | MeasureFieldProperty[]The value field wells of a line chart.

category?

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

The category field wells of a line chart.

Values are grouped by category fields.


colors?

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

The color field wells of a line chart.

Values are grouped by category fields.


smallMultiples?

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

The small multiples field well of a line chart.


values?

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

The value field wells of a line chart.

Values are aggregated based on categories.