Class CfnDashboardPropsMixin.FieldTooltipItemProperty
The tooltip item for the fields.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.FieldTooltipItemProperty : CfnDashboardPropsMixin.IFieldTooltipItemProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.FieldTooltipItemProperty Implements CfnDashboardPropsMixin.IFieldTooltipItemProperty
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 fieldTooltipItemProperty = new FieldTooltipItemProperty {
FieldId = "fieldId",
Label = "label",
TooltipTarget = "tooltipTarget",
Visibility = "visibility"
};
Synopsis
Constructors
| FieldTooltipItemProperty() | The tooltip item for the fields. |
Properties
| FieldId | The unique ID of the field that is targeted by the tooltip. |
| Label | The label of the tooltip item. |
| TooltipTarget | Determines the target of the field tooltip item in a combo chart visual. |
| Visibility | The visibility of the tooltip item. |
Constructors
FieldTooltipItemProperty()
The tooltip item for the fields.
public FieldTooltipItemProperty()
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 fieldTooltipItemProperty = new FieldTooltipItemProperty {
FieldId = "fieldId",
Label = "label",
TooltipTarget = "tooltipTarget",
Visibility = "visibility"
};
Properties
FieldId
The unique ID of the field that is targeted by the tooltip.
public string? FieldId { get; set; }
Property Value
Remarks
Label
The label of the tooltip item.
public string? Label { get; set; }
Property Value
Remarks
TooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
public string? TooltipTarget { get; set; }
Property Value
Remarks
Visibility
The visibility of the tooltip item.
public string? Visibility { get; set; }