Class CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty
The field well configuration of a scatter plot.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty : CfnAnalysisPropsMixin.IScatterPlotFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty Implements CfnAnalysisPropsMixin.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
Constructors
| ScatterPlotFieldWellsProperty() | The field well configuration of a scatter plot. |
Properties
| ScatterPlotCategoricallyAggregatedFieldWells | The aggregated field wells of a scatter plot. |
| ScatterPlotUnaggregatedFieldWells | The unaggregated field wells of a scatter plot. |
Constructors
ScatterPlotFieldWellsProperty()
The field well configuration of a scatter plot.
public ScatterPlotFieldWellsProperty()
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Properties
ScatterPlotCategoricallyAggregatedFieldWells
The aggregated field wells of a scatter plot.
public object? ScatterPlotCategoricallyAggregatedFieldWells { get; set; }
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 CfnAnalysisPropsMixin.IScatterPlotCategoricallyAggregatedFieldWellsProperty
ScatterPlotUnaggregatedFieldWells
The unaggregated field wells of a scatter plot.
public object? ScatterPlotUnaggregatedFieldWells { get; set; }
Property Value
Remarks
The x and y-axes of these scatter plots are unaggregated.
Type union: either IResolvable or CfnAnalysisPropsMixin.IScatterPlotUnaggregatedFieldWellsProperty