ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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.

In This Topic
    DataPoint Constructor(Object,Object)
    In This Topic
    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