Dundas Chart for ASP.NET
Paint Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl.ChartTypes Namespace > IChartType Interface : Paint Method


graph
Chart grahhics object.
common
Common elements.
area
Chart area to draw on.
seriesToDraw
Chart series to draw.
Draw chart on specified chart graphics.

Syntax

Visual Basic (Declaration)  
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 IChartType
Dim graph As ChartGraphics
Dim common As CommonElements
Dim area As ChartArea
Dim seriesToDraw As Series
 
instance.Paint(graph, common, area, seriesToDraw)
C#  
void Paint( 
   ChartGraphics graph,
   CommonElements common,
   ChartArea area,
   Series seriesToDraw
)

Parameters

graph
Chart grahhics object.
common
Common elements.
area
Chart area to draw on.
seriesToDraw
Chart 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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.