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


graph
The graph.
common
The common.
area
The area.
seriesToDraw
The series to draw.
Paints the specified chart type. This method mostly performs precalculations.

Syntax

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

Parameters

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

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.