alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class XySeriesDragEventArgs

    Represents the class implementation for XySeriesDragEventArgs.

    Inheritance
    System.Object
    System.EventArgs
    DragDelta
    XySeriesDragEventArgs
    Inherited Members
    DragDelta.Cancel
    DragDelta.Delta
    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 XySeriesDragEventArgs : DragDelta

    Constructors

    XySeriesDragEventArgs()

    Declaration
    public XySeriesDragEventArgs()

    Properties

    BaseXValue

    Gets or sets base y value.

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