Class CfnDashboard.ContributionAnalysisDefaultProperty
The contribution analysis visual display for a line, pie, or bar chart.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ContributionAnalysisDefaultProperty : Object, CfnDashboard.IContributionAnalysisDefaultProperty
Syntax (vb)
Public Class ContributionAnalysisDefaultProperty
Inherits Object
Implements CfnDashboard.IContributionAnalysisDefaultProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var contributionAnalysisDefaultProperty = new ContributionAnalysisDefaultProperty {
ContributorDimensions = new [] { new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
} },
MeasureFieldId = "measureFieldId"
};
Synopsis
Constructors
Contribution |
Properties
Contributor |
The dimensions columns that are used in the contribution analysis, usually a list of |
Measure |
The measure field that is used in the contribution analysis. |
Constructors
ContributionAnalysisDefaultProperty()
public ContributionAnalysisDefaultProperty()
Properties
ContributorDimensions
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers
.
public object ContributorDimensions { get; set; }
Property Value
System.
Remarks
MeasureFieldId
The measure field that is used in the contribution analysis.
public string MeasureFieldId { get; set; }
Property Value
System.