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

In This Topic
    MovingDateTimeValue Property
    In This Topic
    Gets the new ValueLabel DateTimeValue of a moving ValueLabel during a drag operation. This value differs from the DateTimeValue property only while the ValueLabel is being dragged by the mouse making it is most useful in the ValueLabel.ValueChanging event.
    Syntax
    'Declaration
     
    Public ReadOnly Property MovingDateTimeValue As System.Date
    public System.DateTime MovingDateTimeValue {get;}
    Remarks
    This value differs from the DateTimeValue property only while the ValueLabel is being dragged by the mouse making it is most useful in the ValueLabel.ValueChanging event.
    See Also