WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PanningEventArgs

    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.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    ChartAxisBase2D

    NewZoomPosition

    Gets or sets the new zoom position.

    Declaration
    public double NewZoomPosition { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved