ArcGIS API for WPF - Library Reference
SetTooltip Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap.Charting Namespace > BaseChart Class : SetTooltip Method

element
key
value
Set the tooltip of a data point

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub SetTooltip( _
   ByVal element As DependencyObject, _
   ByVal key As String, _
   ByVal value As String _
) 
C# 
protected virtual void SetTooltip( 
   DependencyObject element,
   string key,
   string value
)

Parameters

element
key
value

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.