interface LineChartAggregatedFieldWellsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.LineChartAggregatedFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_LineChartAggregatedFieldWellsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.LineChartAggregatedFieldWellsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.LineChartAggregatedFieldWellsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » 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
Name | Type | Description |
---|---|---|
category? | IResolvable | IResolvable | Dimension [] | The category field wells of a line chart. |
colors? | IResolvable | IResolvable | Dimension [] | The color field wells of a line chart. |
small | IResolvable | IResolvable | Dimension [] | The small multiples field well of a line chart. |
values? | IResolvable | IResolvable | Measure [] | The value field wells of a line chart. |
category?
Type:
IResolvable
|
IResolvable
|
Dimension
[]
(optional)
The category field wells of a line chart.
Values are grouped by category fields.
colors?
Type:
IResolvable
|
IResolvable
|
Dimension
[]
(optional)
The color field wells of a line chart.
Values are grouped by category fields.
smallMultiples?
Type:
IResolvable
|
IResolvable
|
Dimension
[]
(optional)
The small multiples field well of a line chart.
values?
Type:
IResolvable
|
IResolvable
|
Measure
[]
(optional)
The value field wells of a line chart.
Values are aggregated based on categories.