Show / Hide Table of Contents

Class CfnTemplatePropsMixin.LineChartAggregatedFieldWellsProperty

The field well configuration of a line chart.

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

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

LineChartAggregatedFieldWellsProperty()

The field well configuration of a line chart.

Properties

Category

The category field wells of a line chart.

Colors

The color field wells of a line chart.

SmallMultiples

The small multiples field well of a line chart.

Values

The value field wells of a line chart.

Constructors

LineChartAggregatedFieldWellsProperty()

The field well configuration of a line chart.

public LineChartAggregatedFieldWellsProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

Category

The category field wells of a line 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-template-linechartaggregatedfieldwells.html#cfn-quicksight-template-linechartaggregatedfieldwells-category

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

Colors

The color field wells of a line chart.

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

object

Remarks

Values are grouped by category fields.

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

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

SmallMultiples

The small multiples field well of a line chart.

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

object

Remarks

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

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

Values

The value field wells of a line 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-template-linechartaggregatedfieldwells.html#cfn-quicksight-template-linechartaggregatedfieldwells-values

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

Implements

CfnTemplatePropsMixin.ILineChartAggregatedFieldWellsProperty
Back to top Generated by DocFX