Show / Hide Table of Contents

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 CfnTemplate.IContributionAnalysisDefaultProperty
Syntax (vb)
Public Interface CfnTemplate.IContributionAnalysisDefaultProperty
Remarks

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

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

ContributorDimensions

The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .

MeasureFieldId

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-contributionanalysisdefault.html#cfn-quicksight-template-contributionanalysisdefault-contributordimensions

MeasureFieldId

The measure field that is used in the contribution analysis.

string MeasureFieldId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-contributionanalysisdefault.html#cfn-quicksight-template-contributionanalysisdefault-measurefieldid

Back to top Generated by DocFX