Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty

The field well configuration of a scatter plot.

Inheritance
object
CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty
Implements
CfnAnalysisPropsMixin.IScatterPlotFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

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

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.

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

ExampleMetadata: fixture=_generated

Properties

ScatterPlotCategoricallyAggregatedFieldWells

The aggregated field wells of a scatter plot.

public object? ScatterPlotCategoricallyAggregatedFieldWells { get; set; }
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-analysis-scatterplotfieldwells.html#cfn-quicksight-analysis-scatterplotfieldwells-scatterplotcategoricallyaggregatedfieldwells

Type union: either IResolvable or CfnAnalysisPropsMixin.IScatterPlotCategoricallyAggregatedFieldWellsProperty

ScatterPlotUnaggregatedFieldWells

The unaggregated field wells of a scatter plot.

public object? ScatterPlotUnaggregatedFieldWells { get; set; }
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-analysis-scatterplotfieldwells.html#cfn-quicksight-analysis-scatterplotfieldwells-scatterplotunaggregatedfieldwells

Type union: either IResolvable or CfnAnalysisPropsMixin.IScatterPlotUnaggregatedFieldWellsProperty

Implements

CfnAnalysisPropsMixin.IScatterPlotFieldWellsProperty
Back to top Generated by DocFX