2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ValueLabel Class / DateTimeValue Property

In This Topic
    DateTimeValue Property
    In This Topic
    Gets or sets the axis value to be replaced by the ValueLabel using a DateTime value.
    Syntax
    'Declaration
     
    Public Property DateTimeValue As System.Date
    public System.DateTime DateTimeValue {get; set;}
    See Also