Class ChartPanOffsetUpdatedEventArgs
Inheritance
System.Object
ChartPanOffsetUpdatedEventArgs
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ChartPanOffsetUpdatedEventArgs : EventArgs
Constructors
ChartPanOffsetUpdatedEventArgs(Point, Point)
Declaration
public ChartPanOffsetUpdatedEventArgs(Point newOffset, Point oldOffset)
Parameters
Microsoft.Maui.Graphics.Point
newOffset
|
Microsoft.Maui.Graphics.Point
oldOffset
|
Properties
NewPanOffset
Declaration
public Point NewPanOffset { get; }
Property Value
Microsoft.Maui.Graphics.Point
|
OldOffset
Declaration
public Point OldOffset { get; }
Property Value
Microsoft.Maui.Graphics.Point
|