alexa

    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