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
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
Remarks
Colors
The color field wells of a line chart.
object? Colors { get; }
Property Value
Remarks
SmallMultiples
The small multiples field well of a line chart.
object? SmallMultiples { get; }
Property Value
Remarks
Values
The value field wells of a line chart.
object? Values { get; }
Property Value
Remarks
Values are aggregated based on categories.