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