Show / Hide Table of Contents

Class CfnDashboard.BarChartFieldWellsProperty

The field wells of a BarChartVisual .

Inheritance
object
CfnDashboard.BarChartFieldWellsProperty
Implements
CfnDashboard.IBarChartFieldWellsProperty
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 CfnDashboard.BarChartFieldWellsProperty : CfnDashboard.IBarChartFieldWellsProperty
Syntax (vb)
Public Class CfnDashboard.BarChartFieldWellsProperty Implements CfnDashboard.IBarChartFieldWellsProperty
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-barchartfieldwells.html

ExampleMetadata: fixture=_generated

Synopsis

Constructors

BarChartFieldWellsProperty()

The field wells of a BarChartVisual .

Properties

BarChartAggregatedFieldWells

The aggregated field wells of a bar chart.

Constructors

BarChartFieldWellsProperty()

The field wells of a BarChartVisual .

public BarChartFieldWellsProperty()
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-barchartfieldwells.html

ExampleMetadata: fixture=_generated

Properties

BarChartAggregatedFieldWells

The aggregated field wells of a bar chart.

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

object

Remarks

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

Implements

CfnDashboard.IBarChartFieldWellsProperty
Back to top Generated by DocFX