menu

WPF

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

    Show / Hide Table of Contents

    Class ChartPanningEventArgs

    Class implementation for ChartPanningEventArgs

    Inheritance
    System.Object
    ChartPanningEventArgs
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartPanningEventArgs : RoutedEventArgs

    Constructors

    ChartPanningEventArgs(ChartArea)

    Called when instance created for ChartPanningEventArgs

    Declaration
    public ChartPanningEventArgs(ChartArea area)
    Parameters
    Type Name Description
    ChartArea area

    Properties

    chartarea

    Get and Set chartarea property

    Declaration
    public ChartArea chartarea { get; }
    Property Value
    Type
    ChartArea
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved