Dundas Chart for ASP.NET
SvgOpenParameters Constructor
See Also  Send comments on this topic.
Dundas.Charting.WebControl.Svg Namespace > SvgOpenParameters Structure : SvgOpenParameters Constructor


toolTipsEnabled
Tool Tips enabled
resizable
Relative size for Svg
preserveAspectRatio
The graphics stretch to fit non-uniformly to take up the entire viewport
Default constructor

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal toolTipsEnabled As Boolean, _
   ByVal resizable As Boolean, _
   ByVal preserveAspectRatio As Boolean _
)
Visual Basic (Usage) Copy Code
Dim toolTipsEnabled As Boolean
Dim resizable As Boolean
Dim preserveAspectRatio As Boolean
 
Dim instance As SvgOpenParameters(toolTipsEnabled, resizable, preserveAspectRatio)
C#  
public SvgOpenParameters( 
   bool toolTipsEnabled,
   bool resizable,
   bool preserveAspectRatio
)

Parameters

toolTipsEnabled
Tool Tips enabled
resizable
Relative size for Svg
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.