Class CfnAnalysis.AxisLabelReferenceOptionsProperty
The reference that specifies where the axis label is applied to.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AxisLabelReferenceOptionsProperty : Object, CfnAnalysis.IAxisLabelReferenceOptionsProperty
Syntax (vb)
Public Class AxisLabelReferenceOptionsProperty
Inherits Object
Implements CfnAnalysis.IAxisLabelReferenceOptionsProperty
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 axisLabelReferenceOptionsProperty = new AxisLabelReferenceOptionsProperty {
Column = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
FieldId = "fieldId"
};
Synopsis
Constructors
Axis |
Properties
Column | The column that the axis label is targeted to. |
Field |
The field that the axis label is targeted to. |
Constructors
AxisLabelReferenceOptionsProperty()
public AxisLabelReferenceOptionsProperty()
Properties
Column
The column that the axis label is targeted to.
public object Column { get; set; }
Property Value
System.
Remarks
FieldId
The field that the axis label is targeted to.
public string FieldId { get; set; }
Property Value
System.