PanChangingEventArgs
Class
Event arguments indicating the old and new X/Y offset.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PanChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsPanChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the PanChangingEventArgs class.
Initializes a new instance of the PanChangingEventArgs class.
Properties
Gets or sets the new offset X.
C#
public double NewOffsetX { get; set; }
The new offset X.
Gets or sets the new offset Y.
C#
public double NewOffsetY { get; set; }
The new offset Y.
Gets or sets the old offset X.
C#
public double OldOffsetX { get; set; }
The old offset X.
Gets or sets the old offset Y.
C#
public double OldOffsetY { get; set; }
The old offset Y.