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

In This Topic
    NewValue Property
    In This Topic
    Gets or sets the value of the axis scrollbar as it will be after event completion. The axis scrollbar value indicates the fraction between the minimum and maximum.
    Syntax
    'Declaration
     
    Public Property NewValue As System.Double
    public System.double NewValue {get; set;}
    See Also