Gets the value of the axis scrollbar before the event. The axis scrollbar value indicates the fraction between the minimum and maximum.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public double OldValue { get; }
Visual Basic
Public ReadOnly Property OldValue As Double
	Get

See Also