Class ChartDragStartEventArgs
Represents a events args that contain event data, and provides a value to use for events that do not include event data.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartDragStartEventArgs : EventArgs
Constructors
ChartDragStartEventArgs()
Declaration
public ChartDragStartEventArgs()
Properties
BaseXValue
Gets or sets x value.
Declaration
public object BaseXValue { get; set; }
Property Value
Type |
---|
System.Object |
Cancel
Gets or sets a value indicating whether to cancel.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
EmptyPoint
Gets or sets a value indicating whether empty point.
Declaration
public bool EmptyPoint { get; set; }
Property Value
Type |
---|
System.Boolean |
See Also
System.EventArgs