Class XyDeltaDragEventArgs
Defines the XyDeltaDrag event arguments.
Inherited Members
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 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 |