ClassChartPanOffsetChangedEventArgs
Class
Provides data for the PanOffsetChanged event.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class ChartPanOffsetChangedEventArgs : EventArgs
Inheritance: objectEventArgsChartPanOffsetChangedEventArgs
Inherited Members
Constructors
ChartPanOffsetChangedEventArgs(Point, Point)
Initializes a new instance of the ChartPanOffsetChangedEventArgs class.
Properties
NewPanOffset
Gets the new pan offset of the chart.
Declaration
cs-api-definition
public Point NewPanOffset { get; }
Property Value
Point
PreviousPanOffset
Gets the previous pan offset of the chart.
Declaration
cs-api-definition
public Point PreviousPanOffset { get; }
Property Value
Point