interface ReferenceLineValueLabelConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ReferenceLineValueLabelConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.ReferenceLineValueLabelConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.ReferenceLineValueLabelConfigurationProperty |
![]() | @aws-cdk/aws-quicksight » CfnAnalysis » ReferenceLineValueLabelConfigurationProperty |
The value label configuration of the label in a reference line.
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 referenceLineValueLabelConfigurationProperty: quicksight.CfnAnalysis.ReferenceLineValueLabelConfigurationProperty = {
formatConfiguration: {
currencyDisplayFormatConfiguration: {
decimalPlacesConfiguration: {
decimalPlaces: 123,
},
negativeValueConfiguration: {
displayMode: 'displayMode',
},
nullValueFormatConfiguration: {
nullString: 'nullString',
},
numberScale: 'numberScale',
prefix: 'prefix',
separatorConfiguration: {
decimalSeparator: 'decimalSeparator',
thousandsSeparator: {
symbol: 'symbol',
visibility: 'visibility',
},
},
suffix: 'suffix',
symbol: 'symbol',
},
numberDisplayFormatConfiguration: {
decimalPlacesConfiguration: {
decimalPlaces: 123,
},
negativeValueConfiguration: {
displayMode: 'displayMode',
},
nullValueFormatConfiguration: {
nullString: 'nullString',
},
numberScale: 'numberScale',
prefix: 'prefix',
separatorConfiguration: {
decimalSeparator: 'decimalSeparator',
thousandsSeparator: {
symbol: 'symbol',
visibility: 'visibility',
},
},
suffix: 'suffix',
},
percentageDisplayFormatConfiguration: {
decimalPlacesConfiguration: {
decimalPlaces: 123,
},
negativeValueConfiguration: {
displayMode: 'displayMode',
},
nullValueFormatConfiguration: {
nullString: 'nullString',
},
prefix: 'prefix',
separatorConfiguration: {
decimalSeparator: 'decimalSeparator',
thousandsSeparator: {
symbol: 'symbol',
visibility: 'visibility',
},
},
suffix: 'suffix',
},
},
relativePosition: 'relativePosition',
};
Properties
Name | Type | Description |
---|---|---|
format | IResolvable | Numeric | The format configuration of the value label. |
relative | string | The relative position of the value label. Choose one of the following options:. |
formatConfiguration?
Type:
IResolvable
|
Numeric
(optional)
The format configuration of the value label.
relativePosition?
Type:
string
(optional)
The relative position of the value label. Choose one of the following options:.
BEFORE_CUSTOM_LABEL
AFTER_CUSTOM_LABEL