Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.LineChartFieldWellsProperty

The field well configuration of a line chart.

Inheritance
object
CfnAnalysisPropsMixin.LineChartFieldWellsProperty
Implements
CfnAnalysisPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.LineChartFieldWellsProperty : CfnAnalysisPropsMixin.ILineChartFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.LineChartFieldWellsProperty Implements CfnAnalysisPropsMixin.ILineChartFieldWellsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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-analysis-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-analysis-linechartfieldwells.html#cfn-quicksight-analysis-linechartfieldwells-linechartaggregatedfieldwells

Type union: either IResolvable or CfnAnalysisPropsMixin.ILineChartAggregatedFieldWellsProperty

Implements

CfnAnalysisPropsMixin.ILineChartFieldWellsProperty
Back to top Generated by DocFX