Class CfnDashboard.NegativeValueConfigurationProperty
The options that determine the negative value configuration.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class NegativeValueConfigurationProperty : Object, CfnDashboard.INegativeValueConfigurationProperty
Syntax (vb)
Public Class NegativeValueConfigurationProperty
Inherits Object
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
Negative |
Properties
Display |
Determines the display mode of the negative value configuration. |
Constructors
NegativeValueConfigurationProperty()
public NegativeValueConfigurationProperty()
Properties
DisplayMode
Determines the display mode of the negative value configuration.
public string DisplayMode { get; set; }
Property Value
System.