Class CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty
The configuration for a custom label on a ReferenceLine .
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty : CfnDashboardPropsMixin.IReferenceLineCustomLabelConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty Implements CfnDashboardPropsMixin.IReferenceLineCustomLabelConfigurationProperty
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 referenceLineCustomLabelConfigurationProperty = new ReferenceLineCustomLabelConfigurationProperty {
CustomLabel = "customLabel"
};
Synopsis
Constructors
| ReferenceLineCustomLabelConfigurationProperty() | The configuration for a custom label on a |
Properties
| CustomLabel | The string text of the custom label. |
Constructors
ReferenceLineCustomLabelConfigurationProperty()
The configuration for a custom label on a ReferenceLine .
public ReferenceLineCustomLabelConfigurationProperty()
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 referenceLineCustomLabelConfigurationProperty = new ReferenceLineCustomLabelConfigurationProperty {
CustomLabel = "customLabel"
};
Properties
CustomLabel
The string text of the custom label.
public string? CustomLabel { get; set; }