interface AxisLabelReferenceOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.AxisLabelReferenceOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.AxisLabelReferenceOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.AxisLabelReferenceOptionsProperty |
![]() | @aws-cdk/aws-quicksight » CfnAnalysis » AxisLabelReferenceOptionsProperty |
The reference that specifies where the axis label is applied to.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const axisLabelReferenceOptionsProperty: quicksight.CfnAnalysis.AxisLabelReferenceOptionsProperty = {
column: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
fieldId: 'fieldId',
};
Properties
Name | Type | Description |
---|---|---|
column | IResolvable | Column | The column that the axis label is targeted to. |
field | string | The field that the axis label is targeted to. |
column
Type:
IResolvable
|
Column
The column that the axis label is targeted to.
fieldId
Type:
string
The field that the axis label is targeted to.