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


renderMethod
The information necessary to pass to the delegate so that it can render the server control.
Assigns an event handler delegate to render the server control and its content into its parent control.

Syntax

Visual Basic (Declaration)  
Public Sub SetRenderMethodDelegate( _
   ByVal renderMethod As RenderMethod _
) 
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim renderMethod As RenderMethod
 
instance.SetRenderMethodDelegate(renderMethod)
C#  
public void SetRenderMethodDelegate( 
   RenderMethod renderMethod
)

Parameters

renderMethod
The information necessary to pass to the delegate so that it can render the server control.

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.