Class CfnDashboardPropsMixin.DataColorProperty
Determines the color that is applied to a particular data value.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.DataColorProperty : CfnDashboardPropsMixin.IDataColorProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DataColorProperty Implements CfnDashboardPropsMixin.IDataColorProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var dataColorProperty = new DataColorProperty {
Color = "color",
DataValue = 123
};
Synopsis
Constructors
| DataColorProperty() | Determines the color that is applied to a particular data value. |
Properties
| Color | The color that is applied to the data value. |
| DataValue | The data value that the color is applied to. |
Constructors
DataColorProperty()
Determines the color that is applied to a particular data value.
public DataColorProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var dataColorProperty = new DataColorProperty {
Color = "color",
DataValue = 123
};
Properties
Color
The color that is applied to the data value.
public string? Color { get; set; }
Property Value
Remarks
DataValue
The data value that the color is applied to.
public double? DataValue { get; set; }