ASP.NET MVC Controls | ComponentOne
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).
    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