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

In This Topic
    X Property (DataPoint)
    In This Topic
    Gets or sets X coordinate value of this DataPoint.
    Syntax
    'Declaration
     
    Public Property X As Object
    public object X {get; set;}
    See Also