menu

WPF

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

    Show / Hide Table of Contents

    Class ChartXyDragEndEventArgs

    Defines the ChartXyDragEnd event arguments.

    Inheritance
    System.Object
    System.EventArgs
    ChartDragEndEventArgs
    ChartXyDragEndEventArgs
    Inherited Members
    ChartDragEndEventArgs.BaseYValue
    ChartDragEndEventArgs.NewYValue
    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 ChartXyDragEndEventArgs : ChartDragEndEventArgs

    Constructors

    ChartXyDragEndEventArgs()

    Declaration
    public ChartXyDragEndEventArgs()

    Properties

    BaseXValue

    Gets or sets base x value.

    Declaration
    public object BaseXValue { get; set; }
    Property Value
    Type
    System.Object

    NewXValue

    Gets or sets new x value.

    Declaration
    public object NewXValue { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved