Show / Hide Table of Contents

Class CfnAnalysis.AxisLabelReferenceOptionsProperty

The reference that specifies where the axis label is applied to.

Inheritance
object
CfnAnalysis.AxisLabelReferenceOptionsProperty
Implements
CfnAnalysis.IAxisLabelReferenceOptionsProperty
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 CfnAnalysis.AxisLabelReferenceOptionsProperty : CfnAnalysis.IAxisLabelReferenceOptionsProperty
Syntax (vb)
Public Class CfnAnalysis.AxisLabelReferenceOptionsProperty Implements CfnAnalysis.IAxisLabelReferenceOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-axislabelreferenceoptions.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 axisLabelReferenceOptionsProperty = new AxisLabelReferenceOptionsProperty {
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 FieldId = "fieldId"
             };

Synopsis

Constructors

AxisLabelReferenceOptionsProperty()

The reference that specifies where the axis label is applied to.

Properties

Column

The column that the axis label is targeted to.

FieldId

The field that the axis label is targeted to.

Constructors

AxisLabelReferenceOptionsProperty()

The reference that specifies where the axis label is applied to.

public AxisLabelReferenceOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-axislabelreferenceoptions.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 axisLabelReferenceOptionsProperty = new AxisLabelReferenceOptionsProperty {
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 FieldId = "fieldId"
             };

Properties

Column

The column that the axis label is targeted to.

public object Column { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-axislabelreferenceoptions.html#cfn-quicksight-analysis-axislabelreferenceoptions-column

FieldId

The field that the axis label is targeted to.

public string FieldId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-axislabelreferenceoptions.html#cfn-quicksight-analysis-axislabelreferenceoptions-fieldid

Implements

CfnAnalysis.IAxisLabelReferenceOptionsProperty
Back to top Generated by DocFX