ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / DataPoint Class
Members

In This Topic
    DataPoint Class
    In This Topic
    Class that represents a data point (with x and y coordinates).
    Object Model
    DataPoint Class
    Syntax
    'Declaration
     
    Public Class DataPoint 
    public class DataPoint 
    Remarks
    X and Y coordinates can be specified as a number or a Date object(time-based data).
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.DataPoint

    See Also