Class RangeDragEventArgs
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class RangeDragEventArgs : RangeDragEndEventArgs
Constructors
RangeDragEventArgs()
Declaration
public RangeDragEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to disable/revert the dragging before completing the dragging.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |