Class ChartPanOffsetChangedEventArgs
Provides data for the PanOffsetChanged event.
Inheritance
System.Object
ChartPanOffsetChangedEventArgs
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartPanOffsetChangedEventArgs : EventArgs
Constructors
ChartPanOffsetChangedEventArgs(Point, Point)
Initializes a new instance of the Chart
Declaration
public ChartPanOffsetChangedEventArgs(Point previousPanOffset, Point newPanOffset)
Parameters
Properties
NewPanOffset
Gets the new pan offset of the chart.
Declaration
public Point NewPanOffset { get; }
Property Value
System.
|
PreviousPanOffset
Gets the previous pan offset of the chart.
Declaration
public Point PreviousPanOffset { get; }
Property Value
System.
|