Event arguments indicating the old and new horizontal/vertical scale factors.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ZoomChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsZoomChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the ZoomChangingEventArgs class.
Properties
Gets or sets the new horizontal scale factor.
C#
public double NewHorizontalScaleFactor { get; set; }
Gets or sets the new vertical scale factor.
C#
public double NewVerticalScaleFactor { get; set; }
Gets or sets the old horizontal scale factor.
C#
public double OldHorizontalScaleFactor { get; set; }
Gets or sets the old vertical scale factor.
C#
public double OldVerticalScaleFactor { get; set; }