Share via


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.

See also

Reference

KpiMeasure class

KpiMeasure members

Microsoft.PerformancePoint.Scorecards namespace