Version

ConfigureTooltip Method

Configures the values for a tooltip.
Syntax
'Declaration
 
Public Function ConfigureTooltip( _
   ByVal series As Series, _
   ByVal container As Object, _
   ByVal obj As Object, _
   ByVal context As DataContext _
) As Boolean
public bool ConfigureTooltip( 
   Series series,
   object container,
   object obj,
   DataContext context
)

Parameters

series
The series for the tooltip
container
The container for the tooltip
obj
The UI element for the tooltip.
context
The data context for the tooltip.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also