Dundas Chart for ASP.NET
AddCallbackOutput Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartCallbackManager Class : AddCallbackOutput Method


param
The param.
content
The content.
Adds to the callback output given content by name ( param). The param could be html item ID or "javascript" or "ds_popup"

Syntax

Visual Basic (Declaration)  
Public Sub AddCallbackOutput( _
   ByVal param As String, _
   ByVal content As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartCallbackManager
Dim param As String
Dim content As String
 
instance.AddCallbackOutput(param, content)
C#  
public void AddCallbackOutput( 
   string param,
   string content
)

Parameters

param
The param.
content
The content.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.