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

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