Show / Hide Table of Contents

Class CfnAnalysis.ComboChartFieldWellsProperty

The field wells of the visual.

Inheritance
object
CfnAnalysis.ComboChartFieldWellsProperty
Implements
CfnAnalysis.IComboChartFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.ComboChartFieldWellsProperty : CfnAnalysis.IComboChartFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysis.ComboChartFieldWellsProperty Implements CfnAnalysis.IComboChartFieldWellsProperty
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-combochartfieldwells.html

ExampleMetadata: fixture=_generated

Synopsis

Constructors

ComboChartFieldWellsProperty()

The field wells of the visual.

Properties

ComboChartAggregatedFieldWells

The aggregated field wells of a combo chart.

Constructors

ComboChartFieldWellsProperty()

The field wells of the visual.

public ComboChartFieldWellsProperty()
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-combochartfieldwells.html

ExampleMetadata: fixture=_generated

Properties

ComboChartAggregatedFieldWells

The aggregated field wells of a combo chart.

public object? ComboChartAggregatedFieldWells { get; set; }
Property Value

object

Remarks

Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartfieldwells.html#cfn-quicksight-analysis-combochartfieldwells-combochartaggregatedfieldwells

Implements

CfnAnalysis.IComboChartFieldWellsProperty
Back to top Generated by DocFX