Show / Hide Table of Contents

Class CfnDashboard.ContributionAnalysisDefaultProperty

The contribution analysis visual display for a line, pie, or bar chart.

Inheritance
object
CfnDashboard.ContributionAnalysisDefaultProperty
Implements
CfnDashboard.IContributionAnalysisDefaultProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.ContributionAnalysisDefaultProperty : CfnDashboard.IContributionAnalysisDefaultProperty
Syntax (vb)
Public Class CfnDashboard.ContributionAnalysisDefaultProperty Implements CfnDashboard.IContributionAnalysisDefaultProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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

Constructors

ContributionAnalysisDefaultProperty()

The contribution analysis visual display for a line, pie, or bar chart.

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.

Constructors

ContributionAnalysisDefaultProperty()

The contribution analysis visual display for a line, pie, or bar chart.

public ContributionAnalysisDefaultProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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"
             };

Properties

ContributorDimensions

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

public object ContributorDimensions { get; set; }
Property Value

object

Remarks

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

MeasureFieldId

The measure field that is used in the contribution analysis.

public string MeasureFieldId { get; set; }
Property Value

string

Remarks

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

Implements

CfnDashboard.IContributionAnalysisDefaultProperty
Back to top Generated by DocFX