menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PanningEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PanningEventArgs

    Class implementation for panning event arguments.

    Inheritance
    System.Object
    System.EventArgs
    PanningEventArgs
    PanChangedEventArgs
    PanChangingEventArgs
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved