Show / Hide Table of Contents

Class CfnDashboard.ReferenceLineCustomLabelConfigurationProperty

The configuration for a custom label on a ReferenceLine .

Inheritance
System.Object
CfnDashboard.ReferenceLineCustomLabelConfigurationProperty
Implements
CfnDashboard.IReferenceLineCustomLabelConfigurationProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinecustomlabelconfiguration.html

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

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinecustomlabelconfiguration.html#cfn-quicksight-dashboard-referencelinecustomlabelconfiguration-customlabel

Implements

CfnDashboard.IReferenceLineCustomLabelConfigurationProperty
Back to top Generated by DocFX