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

In This Topic
    X Property (DataPointTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DataPoint.X. Sets X coordinate value of this DataPoint.
    Syntax
    'Declaration
     
    Public Property X As Object
    public object X {get; set;}
    See Also