Class PositionChangingEventArgs
Defines the PositionChangingEventArgs
Inheritance
System.Object
System.EventArgs
PositionChangingEventArgs
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 PositionChangingEventArgs : EventArgs
Constructors
PositionChangingEventArgs()
Declaration
public PositionChangingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to show the trackball on new mouse pointer position.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
PointInfos
Gets or sets the current PointInfos.
Declaration
public ObservableCollection<ChartPointInfo> PointInfos { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<ChartPointInfo> |