Dundas.SharePoint.Charting.WebParts Send comments on this topic.
GetRequestDouble Method
See Also 
Dundas.Charting.WebControl.Ajax.ASP Namespace > PropertyPagesErrorBar Class : GetRequestDouble Method


valueName
Gets the request double value.

Syntax

Visual Basic (Declaration)  
Protected Function GetRequestDouble( _
   ByVal valueName As String _
) As Double
Visual Basic (Usage) Copy Code
Dim instance As PropertyPagesErrorBar
Dim valueName As String
Dim value As Double
 
value = instance.GetRequestDouble(valueName)
C#  
protected double GetRequestDouble( 
   string valueName
)

Parameters

valueName

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