ComponentOne ASP.NET MVC Controls
DataPoint Constructor(Object,Object)

C1.Web.Mvc Namespace > DataPoint Class > DataPoint Constructor : DataPoint Constructor(Object,Object)
The X coordinate value of this DataPoint.
The Y coordinate value of this DataPoint.
Creates one DataPoint instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Object, _
   ByVal y As Object _
)
public DataPoint( 
   object x,
   object y
)

Parameters

x
The X coordinate value of this DataPoint.
y
The Y coordinate value of this DataPoint.
See Also

Reference

DataPoint Class
DataPoint Members
Overload List