ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / DataPoint Class / Y Property

In This Topic
    Y Property (DataPoint)
    In This Topic
    A value indicates y coordinate value.
    Syntax
    'Declaration
     
    Public Property Y As ChartYData
    public ChartYData Y {get; set;}
    See Also