Interface CfnAnalysisPropsMixin.IDataBarsOptionsProperty
The options for data bars.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IDataBarsOptionsProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IDataBarsOptionsProperty
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.CfnPropertyMixins.AWS.QuickSight;
var dataBarsOptionsProperty = new DataBarsOptionsProperty {
FieldId = "fieldId",
NegativeColor = "negativeColor",
PositiveColor = "positiveColor"
};
Synopsis
Properties
| FieldId | The field ID for the data bars options. |
| NegativeColor | The color of the negative data bar. |
| PositiveColor | The color of the positive data bar. |
Properties
FieldId
The field ID for the data bars options.
string? FieldId { get; }
Property Value
Remarks
NegativeColor
The color of the negative data bar.
string? NegativeColor { get; }
Property Value
Remarks
PositiveColor
The color of the positive data bar.
string? PositiveColor { get; }