Class CfnDashboard.NegativeValueConfigurationProperty
The options that determine the negative value configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.NegativeValueConfigurationProperty : CfnDashboard.INegativeValueConfigurationProperty
Syntax (vb)
Public Class CfnDashboard.NegativeValueConfigurationProperty Implements CfnDashboard.INegativeValueConfigurationProperty
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 negativeValueConfigurationProperty = new NegativeValueConfigurationProperty {
DisplayMode = "displayMode"
};
Synopsis
Constructors
NegativeValueConfigurationProperty() | The options that determine the negative value configuration. |
Properties
DisplayMode | Determines the display mode of the negative value configuration. |
Constructors
NegativeValueConfigurationProperty()
The options that determine the negative value configuration.
public NegativeValueConfigurationProperty()
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 negativeValueConfigurationProperty = new NegativeValueConfigurationProperty {
DisplayMode = "displayMode"
};
Properties
DisplayMode
Determines the display mode of the negative value configuration.
public string DisplayMode { get; set; }