Class CfnTemplate.FieldBasedTooltipProperty
The setup for the detailed tooltip.
Inheritance
System.Object
CfnTemplate.FieldBasedTooltipProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FieldBasedTooltipProperty : Object, CfnTemplate.IFieldBasedTooltipProperty
Syntax (vb)
Public Class FieldBasedTooltipProperty
Inherits Object
Implements CfnTemplate.IFieldBasedTooltipProperty
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 fieldBasedTooltipProperty = new FieldBasedTooltipProperty {
AggregationVisibility = "aggregationVisibility",
TooltipFields = new [] { new TooltipItemProperty {
ColumnTooltipItem = new ColumnTooltipItemProperty {
Column = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
// the properties below are optional
Aggregation = new AggregationFunctionProperty {
AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
SimpleAttributeAggregation = "simpleAttributeAggregation",
ValueForMultipleValues = "valueForMultipleValues"
},
CategoricalAggregationFunction = "categoricalAggregationFunction",
DateAggregationFunction = "dateAggregationFunction",
NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
PercentileAggregation = new PercentileAggregationProperty {
PercentileValue = 123
},
SimpleNumericalAggregation = "simpleNumericalAggregation"
}
},
Label = "label",
TooltipTarget = "tooltipTarget",
Visibility = "visibility"
},
FieldTooltipItem = new FieldTooltipItemProperty {
FieldId = "fieldId",
// the properties below are optional
Label = "label",
TooltipTarget = "tooltipTarget",
Visibility = "visibility"
}
} },
TooltipTitleType = "tooltipTitleType"
};
Synopsis
Constructors
FieldBasedTooltipProperty() |
Properties
AggregationVisibility | The visibility of |
TooltipFields | The fields configuration in the tooltip. |
TooltipTitleType | The type for the >tooltip title. Choose one of the following options:. |
Constructors
FieldBasedTooltipProperty()
public FieldBasedTooltipProperty()
Properties
AggregationVisibility
The visibility of Show aggregations
.
public string AggregationVisibility { get; set; }
Property Value
System.String
Remarks
TooltipFields
The fields configuration in the tooltip.
public object TooltipFields { get; set; }
Property Value
System.Object
Remarks
TooltipTitleType
The type for the >tooltip title. Choose one of the following options:.
public string TooltipTitleType { get; set; }
Property Value
System.String