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

In This Topic
    DateTimeValue Property (ValueLabel)
    In This Topic
    A value that indicates the datetime value of axis value label.
    Syntax
    'Declaration
     
    Public Property DateTimeValue As System.Nullable(Of Date)
    public System.Nullable<DateTime> DateTimeValue {get; set;}
    See Also