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

In This Topic
    OldValue Property
    In This Topic
    Gets the value of the axis scrollbar before the event. The axis scrollbar value indicates the fraction between the minimum and maximum.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldValue As System.Double
    public System.double OldValue {get;}
    See Also