Show / Hide Table of Contents

Class CfnTemplatePropsMixin.LineChartFieldWellsProperty

The field well configuration of a line chart.

Inheritance
object
CfnTemplatePropsMixin.LineChartFieldWellsProperty
Implements
CfnTemplatePropsMixin.ILineChartFieldWellsProperty
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 CfnTemplatePropsMixin.LineChartFieldWellsProperty : CfnTemplatePropsMixin.ILineChartFieldWellsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.LineChartFieldWellsProperty Implements CfnTemplatePropsMixin.ILineChartFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

LineChartFieldWellsProperty()

The field well configuration of a line chart.

Properties

LineChartAggregatedFieldWells

The field well configuration of a line chart.

Constructors

LineChartFieldWellsProperty()

The field well configuration of a line chart.

public LineChartFieldWellsProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

LineChartAggregatedFieldWells

The field well configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartfieldwells.html#cfn-quicksight-template-linechartfieldwells-linechartaggregatedfieldwells

Type union: either IResolvable or CfnTemplatePropsMixin.ILineChartAggregatedFieldWellsProperty

Implements

CfnTemplatePropsMixin.ILineChartFieldWellsProperty
Back to top Generated by DocFX