Interface CfnTemplate.IContributionAnalysisDefaultProperty
The contribution analysis visual display for a line, pie, or bar chart.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IContributionAnalysisDefaultProperty
Syntax (vb)
Public Interface 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
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. |
Properties
ContributorDimensions
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers
.
object ContributorDimensions { get; }
Property Value
System.
Remarks
MeasureFieldId
The measure field that is used in the contribution analysis.
string MeasureFieldId { get; }
Property Value
System.