interface LineChartFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.LineChartFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_LineChartFieldWellsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.LineChartFieldWellsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.LineChartFieldWellsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » LineChartFieldWellsProperty |
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
| Name | Type | Description |
|---|---|---|
| line | IResolvable | Line | The field well configuration of a line chart. |
lineChartAggregatedFieldWells?
Type:
IResolvable | Line
(optional)
The field well configuration of a line chart.

.NET
Go
Java
Python
TypeScript