This function paints a chart.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As ChartPicture
Dim graph As Graphics
Dim paintTopLevelElementOnly As Boolean
instance.Paint(graph, 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