[]
        
(Showing Draft Content)

C1.Web.Mvc.DataPoint.-ctor

DataPoint Constructor

DataPoint(object, object)

Creates one DataPoint instance.

Declaration
public DataPoint(object x, object y)
Parameters
Type Name Description
object x

The X coordinate value of this DataPoint.

object y

The Y coordinate value of this DataPoint.

DataPoint()

Creates one DataPoint instance.

Declaration
public DataPoint()