Show / Hide Table of Contents

Interface CfnAnalysis.ILineChartAggregatedFieldWellsProperty

The field well configuration of a line chart.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.ILineChartAggregatedFieldWellsProperty
Syntax (vb)
Public Interface CfnAnalysis.ILineChartAggregatedFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

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.

Properties

Category

The category field wells of a line chart.

object? Category { get; }
Property Value

object

Remarks

Values are grouped by category fields.

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

Colors

The color field wells of a line chart.

object? Colors { get; }
Property Value

object

Remarks

Values are grouped by category fields.

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

SmallMultiples

The small multiples field well of a line chart.

object? SmallMultiples { get; }
Property Value

object

Remarks

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

Values

The value field wells of a line chart.

object? Values { get; }
Property Value

object

Remarks

Values are aggregated based on categories.

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

Back to top Generated by DocFX