Dundas Chart for ASP.NET
Paint(Graphics,Boolean,RenderingType,XmlTextWriter,Stream,String,Boolean,Boolean) Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartImage Class > Paint Method : Paint(Graphics,Boolean,RenderingType,XmlTextWriter,Stream,String,Boolean,Boolean) Method


graph
paintTopLevelElementOnly
renderingType
svgTextWriter
flashStream
documentTitle
resizable
preserveAspectRatio
This function paints a chart.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Paint( _
   ByVal graph As Graphics, _
   ByVal paintTopLevelElementOnly As Boolean, _
   ByVal renderingType As RenderingType, _
   ByVal svgTextWriter As XmlTextWriter, _
   ByVal flashStream As Stream, _
   ByVal documentTitle As String, _
   ByVal resizable As Boolean, _
   ByVal preserveAspectRatio As Boolean _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartImage
Dim graph As Graphics
Dim paintTopLevelElementOnly As Boolean
Dim renderingType As RenderingType
Dim svgTextWriter As XmlTextWriter
Dim flashStream As Stream
Dim documentTitle As String
Dim resizable As Boolean
Dim preserveAspectRatio As Boolean
 
instance.Paint(graph, paintTopLevelElementOnly, renderingType, svgTextWriter, flashStream, documentTitle, resizable, preserveAspectRatio)
C#  
public void Paint( 
   Graphics graph,
   bool paintTopLevelElementOnly,
   RenderingType renderingType,
   XmlTextWriter svgTextWriter,
   Stream flashStream,
   string documentTitle,
   bool resizable,
   bool preserveAspectRatio
)

Parameters

graph
paintTopLevelElementOnly
renderingType
svgTextWriter
flashStream
documentTitle
resizable
preserveAspectRatio

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.