Class CfnDashboard.ReferenceLineCustomLabelConfigurationProperty
The configuration for a custom label on a ReferenceLine .
Inheritance
System.Object
    CfnDashboard.ReferenceLineCustomLabelConfigurationProperty
  Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class ReferenceLineCustomLabelConfigurationProperty : Object, CfnDashboard.IReferenceLineCustomLabelConfigurationProperty
  Syntax (vb)
Public Class ReferenceLineCustomLabelConfigurationProperty
    Inherits Object
    Implements CfnDashboard.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.AWS.QuickSight;
var referenceLineCustomLabelConfigurationProperty = new ReferenceLineCustomLabelConfigurationProperty {
    CustomLabel = "customLabel"
};
  Synopsis
Constructors
| ReferenceLineCustomLabelConfigurationProperty() | 
Properties
| CustomLabel | The string text of the custom label.  | 
    
Constructors
ReferenceLineCustomLabelConfigurationProperty()
public ReferenceLineCustomLabelConfigurationProperty()
  Properties
CustomLabel
The string text of the custom label.
public string CustomLabel { get; set; }
  Property Value
System.String