Interface CfnDashboardPropsMixin.IScatterPlotFieldWellsProperty
The field well configuration of a scatter plot.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IScatterPlotFieldWellsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IScatterPlotFieldWellsProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Synopsis
Properties
| ScatterPlotCategoricallyAggregatedFieldWells | The aggregated field wells of a scatter plot. |
| ScatterPlotUnaggregatedFieldWells | The unaggregated field wells of a scatter plot. |
Properties
ScatterPlotCategoricallyAggregatedFieldWells
The aggregated field wells of a scatter plot.
object? ScatterPlotCategoricallyAggregatedFieldWells { get; }
Property Value
Remarks
The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
Type union: either IResolvable or CfnDashboardPropsMixin.IScatterPlotCategoricallyAggregatedFieldWellsProperty
ScatterPlotUnaggregatedFieldWells
The unaggregated field wells of a scatter plot.
object? ScatterPlotUnaggregatedFieldWells { get; }
Property Value
Remarks
The x and y-axes of these scatter plots are unaggregated.
Type union: either IResolvable or CfnDashboardPropsMixin.IScatterPlotUnaggregatedFieldWellsProperty