Class PanningEventArgs
Class implementation for panning event arguments.
Inheritance
System.Object
System.EventArgs
PanningEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class PanningEventArgs : EventArgs
Constructors
PanningEventArgs()
Declaration
public PanningEventArgs()
Properties
Axis
Gets or sets the the axis whose range is changed because of panning.
Declaration
public ChartAxisBase2D Axis { get; }
Property Value
Type |
---|
ChartAxisBase2D |
NewZoomPosition
Gets or sets the new zoom position.
Declaration
public double NewZoomPosition { get; }
Property Value
Type |
---|
System.Double |