WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XyDeltaDragEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XyDeltaDragEventArgs

    Defines the XyDeltaDrag event arguments.

    Inheritance
    System.Object
    System.EventArgs
    DragDelta
    XySegmentDragEventArgs
    XyDeltaDragEventArgs
    Inherited Members
    XySegmentDragEventArgs.BaseYValue
    XySegmentDragEventArgs.NewYValue
    XySegmentDragEventArgs.Segment
    DragDelta.Delta
    DragDelta.Cancel
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class XyDeltaDragEventArgs : XySegmentDragEventArgs

    Constructors

    XyDeltaDragEventArgs()

    Declaration
    public XyDeltaDragEventArgs()

    Properties

    BaseXValue

    Gets or sets base x value.

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

    DeltaX

    Gets or sets x value to delta.

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

    NewXValue

    Gets or sets new x value.

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