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

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