Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-scatterplotfieldwells.html

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

object

Remarks

The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-scatterplotfieldwells.html#cfn-quicksight-dashboard-scatterplotfieldwells-scatterplotcategoricallyaggregatedfieldwells

Type union: either IResolvable or CfnDashboardPropsMixin.IScatterPlotCategoricallyAggregatedFieldWellsProperty

ScatterPlotUnaggregatedFieldWells

The unaggregated field wells of a scatter plot.

object? ScatterPlotUnaggregatedFieldWells { get; }
Property Value

object

Remarks

The x and y-axes of these scatter plots are unaggregated.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-scatterplotfieldwells.html#cfn-quicksight-dashboard-scatterplotfieldwells-scatterplotunaggregatedfieldwells

Type union: either IResolvable or CfnDashboardPropsMixin.IScatterPlotUnaggregatedFieldWellsProperty

Back to top Generated by DocFX