Provides data for the PanOffsetChanged event.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartPanOffsetChangedEventArgs : EventArgs
Inheritance: objectEventArgsChartPanOffsetChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the ChartPanOffsetChangedEventArgs class.
Properties
NewPanOffset
Point
Gets the new pan offset of the chart.
C#
public Point NewPanOffset { get; }
PreviousPanOffset
Point
Gets the previous pan offset of the chart.
C#
public Point PreviousPanOffset { get; }