ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / DataPoint Class / X Property

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