Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Paint(Graphics,Boolean,RenderingType,XmlTextWriter,Stream,String,Boolean,Boolean) Method
See Also 
Dundas.Charting.WebControl Namespace > ChartPicture Class > Paint Method : Paint(Graphics,Boolean,RenderingType,XmlTextWriter,Stream,String,Boolean,Boolean) Method


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.
renderingType
Specify Rendering Type
svgTextWriter
Svg Document
flashStream
Stream used for flash output
documentTitle
Title of the document
resizable
Relative size of the Svg image
preserveAspectRatio
The graphics stretch to fit non-uniformly to take up the entire viewport
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 ChartPicture
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)

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.
renderingType
Specify Rendering Type
svgTextWriter
Svg Document
flashStream
Stream used for flash output
documentTitle
Title of the document
resizable
Relative size of the Svg image
preserveAspectRatio
The graphics stretch to fit non-uniformly to take up the entire viewport

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