ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartYData Class / ChartYData Constructor / ChartYData Constructor(DateTime)
A DateTime value is set to DateTimeValue property.

In This Topic
    ChartYData Constructor(DateTime)
    In This Topic
    Initializes a new instance of the ChartYData class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dateTimeValue As System.Date _
    )
    public ChartYData( 
       System.DateTime dateTimeValue
    )

    Parameters

    dateTimeValue
    A DateTime value is set to DateTimeValue property.
    See Also