menu

UWP

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

    Show / Hide Table of Contents

    Class PanningEventArgs

    Class implementation for panning event arguments.

    Inheritance
    System.Object
    PanningEventArgs
    PanChangedEventArgs
    PanChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved