DundasWinExtensions
Paint Method
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > ContourChartType Class : Paint Method


graph
The graph.
common
The common.
chartArea
The chart area.
seriesToDraw
The series to draw.
Paint method is called to draw Series of given chart type within ChartArea

Syntax

Visual Basic (Declaration)  
Public Sub Paint( _
   ByVal graph As ChartGraphics, _
   ByVal common As CommonElements, _
   ByVal chartArea As ChartArea, _
   ByVal seriesToDraw As Series _
) 
Visual Basic (Usage) Copy Code
Dim instance As ContourChartType
Dim graph As ChartGraphics
Dim common As CommonElements
Dim chartArea As ChartArea
Dim seriesToDraw As Series
 
instance.Paint(graph, common, chartArea, seriesToDraw)
C#  
public void Paint( 
   ChartGraphics graph,
   CommonElements common,
   ChartArea chartArea,
   Series seriesToDraw
)

Parameters

graph
The graph.
common
The common.
chartArea
The chart area.
seriesToDraw
The series to draw.

Exceptions

Exception Description
ArgumentNullException Thrown when chart parameter is null.

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

© 2009 All Rights Reserved.