Dundas Chart for ASP.NET
GetSvgImage Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartImage Class : GetSvgImage Method


svgTextWriter
Xml writer with SVG image
documentTitle
Title used for SVG Document
resizable
Relative size of Svg Image
preserveAspectRatio
The graphics stretch to fit non-uniformly to take up the entire viewport
Create Svg Image and draw chart picture

Syntax

Visual Basic (Declaration)  
Public Sub GetSvgImage( _
   ByVal svgTextWriter As XmlTextWriter, _
   ByVal documentTitle As String, _
   ByVal resizable As Boolean, _
   ByVal preserveAspectRatio As Boolean _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartImage
Dim svgTextWriter As XmlTextWriter
Dim documentTitle As String
Dim resizable As Boolean
Dim preserveAspectRatio As Boolean
 
instance.GetSvgImage(svgTextWriter, documentTitle, resizable, preserveAspectRatio)
C#  
public void GetSvgImage( 
   XmlTextWriter svgTextWriter,
   string documentTitle,
   bool resizable,
   bool preserveAspectRatio
)

Parameters

svgTextWriter
Xml writer with SVG image
documentTitle
Title used for SVG Document
resizable
Relative size of 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

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