Dundas.SharePoint.Charting.WebParts Send comments on this topic.
DataPoint Constructor(Double,String)
See Also 
Dundas.Charting.WebControl Namespace > DataPoint Class > DataPoint Constructor : DataPoint Constructor(Double,String)


xValue
Point X value.
yValues
String of comma separated Y values.
Data Point object constructor.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal xValue As Double, _
   ByVal yValues As String _
)
Visual Basic (Usage) Copy Code
Dim xValue As Double
Dim yValues As String
 
Dim instance As DataPoint(xValue, yValues)
C#  
public DataPoint( 
   double xValue,
   string yValues
)

Parameters

xValue
Point X value.
yValues
String of comma separated Y values.

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