Dundas Chart for ASP.NET
Paint(Graphics,Boolean) Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartImage Class > Paint Method : Paint(Graphics,Boolean) Method


graph
paintTopLevelElementOnly
This function paints a chart.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Paint( _
   ByVal graph As Graphics, _
   ByVal paintTopLevelElementOnly As Boolean _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartImage
Dim graph As Graphics
Dim paintTopLevelElementOnly As Boolean
 
instance.Paint(graph, paintTopLevelElementOnly)
C#  
public void Paint( 
   Graphics graph,
   bool paintTopLevelElementOnly
)

Parameters

graph
paintTopLevelElementOnly

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.