Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.FunnelChartAggregatedFieldWellsProperty

The field well configuration of a FunnelChartVisual .

Inheritance
object
CfnAnalysisPropsMixin.FunnelChartAggregatedFieldWellsProperty
Implements
CfnAnalysisPropsMixin.IFunnelChartAggregatedFieldWellsProperty
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.FunnelChartAggregatedFieldWellsProperty : CfnAnalysisPropsMixin.IFunnelChartAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.FunnelChartAggregatedFieldWellsProperty Implements CfnAnalysisPropsMixin.IFunnelChartAggregatedFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

FunnelChartAggregatedFieldWellsProperty()

The field well configuration of a FunnelChartVisual .

Properties

Category

The category field wells of a funnel chart.

Values

The value field wells of a funnel chart.

Constructors

FunnelChartAggregatedFieldWellsProperty()

The field well configuration of a FunnelChartVisual .

public FunnelChartAggregatedFieldWellsProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

Category

The category field wells of a funnel chart.

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

object

Remarks

Values are grouped by category fields.

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

Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IDimensionFieldProperty)[]

Values

The value field wells of a funnel chart.

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

object

Remarks

Values are aggregated based on categories.

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

Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IMeasureFieldProperty)[]

Implements

CfnAnalysisPropsMixin.IFunnelChartAggregatedFieldWellsProperty
Back to top Generated by DocFX