Dundas.SharePoint.Charting.WebParts Send comments on this topic.
GetCallbackClientHyperlink Method
See Also 
Dundas.Charting.WebControl Namespace > ChartCallbackManager Class : GetCallbackClientHyperlink Method


command
The command.
arguments
The arguments.
Gets the callback client hyperlink.

Syntax

Visual Basic (Declaration)  
Public Function GetCallbackClientHyperlink( _
   ByVal command As String, _
   ByVal arguments As String _
) As String
Visual Basic (Usage) Copy Code
Dim instance As ChartCallbackManager
Dim command As String
Dim arguments As String
Dim value As String
 
value = instance.GetCallbackClientHyperlink(command, arguments)
C#  
public string GetCallbackClientHyperlink( 
   string command,
   string arguments
)

Parameters

command
The command.
arguments
The arguments.

Return Value

String which represents javascript function.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also