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

In This Topic
    DateTimeValue Property (ChartYData)
    In This Topic
    A DateTime? value specifies the data point of a series.
    Syntax
    'Declaration
     
    Public Overridable Property DateTimeValue As System.Nullable(Of Date)
    public virtual System.Nullable<DateTime> DateTimeValue {get; set;}
    See Also