Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Paint(Graphics,Boolean) Method
See Also 
Dundas.Charting.WebControl Namespace > ChartPicture Class > Paint Method : Paint(Graphics,Boolean) Method


graph
The graph provides drawing object to the display device. A Graphics object is associated with a specific device context.
paintTopLevelElementOnly
Indicates that only chart top level elements like cursors, selection or annotation objects must be redrawn.
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 ChartPicture
Dim graph As Graphics
Dim paintTopLevelElementOnly As Boolean
 
instance.Paint(graph, paintTopLevelElementOnly)
C#  
public void Paint( 
   Graphics graph,
   bool paintTopLevelElementOnly
)

Parameters

graph
The graph provides drawing object to the display device. A Graphics object is associated with a specific device context.
paintTopLevelElementOnly
Indicates that only chart top level elements like cursors, selection or annotation objects must be redrawn.

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