KpiMeasure.OverrideHoverText Property
Gets or sets the description to display on mouse over.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property OverrideHoverText As String
Get
Set
'Usage
Dim instance As KpiMeasure
Dim value As String
value = instance.OverrideHoverText
instance.OverrideHoverText = value
public string OverrideHoverText { get; set; }
Property Value
Type: System.String
The description to display on mouse over.