Show / Hide Table of Contents

Class CfnDashboardPropsMixin.LineChartAggregatedFieldWellsProperty

The field well configuration of a line chart.

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

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.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-dashboard-linechartaggregatedfieldwells.html#cfn-quicksight-dashboard-linechartaggregatedfieldwells-colors

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.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-dashboard-linechartaggregatedfieldwells.html#cfn-quicksight-dashboard-linechartaggregatedfieldwells-smallmultiples

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.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-dashboard-linechartaggregatedfieldwells.html#cfn-quicksight-dashboard-linechartaggregatedfieldwells-values

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

Implements

CfnDashboardPropsMixin.ILineChartAggregatedFieldWellsProperty
Back to top Generated by DocFX