menu

UWP

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

    Show / Hide Table of Contents

    Class XyDeltaDragEventArgs

    Defines the XyDeltaDrag event arguments.

    Inheritance
    System.Object
    DragDelta
    XySegmentDragEventArgs
    XyDeltaDragEventArgs
    Inherited Members
    DragDelta.Cancel
    DragDelta.Delta
    XySegmentDragEventArgs.BaseYValue
    XySegmentDragEventArgs.NewYValue
    XySegmentDragEventArgs.Segment
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.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
    System.Object

    DeltaX

    Gets or sets x value to delta.

    Declaration
    public object DeltaX { 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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved