Show / Hide Table of Contents

Class CfnAnalysis.ReferenceLineValueLabelConfigurationProperty

The value label configuration of the label in a reference line.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-referencelinevaluelabelconfiguration.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 referenceLineValueLabelConfigurationProperty = new ReferenceLineValueLabelConfigurationProperty {
                 FormatConfiguration = new NumericFormatConfigurationProperty {
                     CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                         DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                             DecimalPlaces = 123
                         },
                         NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                             DisplayMode = "displayMode"
                         },
                         NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                             NullString = "nullString"
                         },
                         NumberScale = "numberScale",
                         Prefix = "prefix",
                         SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                             DecimalSeparator = "decimalSeparator",
                             ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                 GroupingStyle = "groupingStyle",
                                 Symbol = "symbol",
                                 Visibility = "visibility"
                             }
                         },
                         Suffix = "suffix",
                         Symbol = "symbol"
                     },
                     NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                         DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                             DecimalPlaces = 123
                         },
                         NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                             DisplayMode = "displayMode"
                         },
                         NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                             NullString = "nullString"
                         },
                         NumberScale = "numberScale",
                         Prefix = "prefix",
                         SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                             DecimalSeparator = "decimalSeparator",
                             ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                 GroupingStyle = "groupingStyle",
                                 Symbol = "symbol",
                                 Visibility = "visibility"
                             }
                         },
                         Suffix = "suffix"
                     },
                     PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                         DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                             DecimalPlaces = 123
                         },
                         NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                             DisplayMode = "displayMode"
                         },
                         NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                             NullString = "nullString"
                         },
                         Prefix = "prefix",
                         SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                             DecimalSeparator = "decimalSeparator",
                             ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                 GroupingStyle = "groupingStyle",
                                 Symbol = "symbol",
                                 Visibility = "visibility"
                             }
                         },
                         Suffix = "suffix"
                     }
                 },
                 RelativePosition = "relativePosition"
             };

Synopsis

Constructors

ReferenceLineValueLabelConfigurationProperty()

The value label configuration of the label in a reference line.

Properties

FormatConfiguration

The format configuration of the value label.

RelativePosition

The relative position of the value label. Choose one of the following options:.

Constructors

ReferenceLineValueLabelConfigurationProperty()

The value label configuration of the label in a reference line.

public ReferenceLineValueLabelConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-referencelinevaluelabelconfiguration.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 referenceLineValueLabelConfigurationProperty = new ReferenceLineValueLabelConfigurationProperty {
                 FormatConfiguration = new NumericFormatConfigurationProperty {
                     CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                         DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                             DecimalPlaces = 123
                         },
                         NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                             DisplayMode = "displayMode"
                         },
                         NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                             NullString = "nullString"
                         },
                         NumberScale = "numberScale",
                         Prefix = "prefix",
                         SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                             DecimalSeparator = "decimalSeparator",
                             ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                 GroupingStyle = "groupingStyle",
                                 Symbol = "symbol",
                                 Visibility = "visibility"
                             }
                         },
                         Suffix = "suffix",
                         Symbol = "symbol"
                     },
                     NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                         DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                             DecimalPlaces = 123
                         },
                         NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                             DisplayMode = "displayMode"
                         },
                         NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                             NullString = "nullString"
                         },
                         NumberScale = "numberScale",
                         Prefix = "prefix",
                         SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                             DecimalSeparator = "decimalSeparator",
                             ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                 GroupingStyle = "groupingStyle",
                                 Symbol = "symbol",
                                 Visibility = "visibility"
                             }
                         },
                         Suffix = "suffix"
                     },
                     PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                         DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                             DecimalPlaces = 123
                         },
                         NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                             DisplayMode = "displayMode"
                         },
                         NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                             NullString = "nullString"
                         },
                         Prefix = "prefix",
                         SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                             DecimalSeparator = "decimalSeparator",
                             ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                 GroupingStyle = "groupingStyle",
                                 Symbol = "symbol",
                                 Visibility = "visibility"
                             }
                         },
                         Suffix = "suffix"
                     }
                 },
                 RelativePosition = "relativePosition"
             };

Properties

FormatConfiguration

The format configuration of the value label.

public object? FormatConfiguration { get; set; }
Property Value

object

Remarks

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

RelativePosition

The relative position of the value label. Choose one of the following options:.

public string? RelativePosition { get; set; }
Property Value

string

Remarks

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

    Implements

    CfnAnalysis.IReferenceLineValueLabelConfigurationProperty
    Back to top Generated by DocFX