Class PositionChangedEventArgs
Defines the PositionChangedEventArgs.
Inheritance
System.Object
System.EventArgs
PositionChangedEventArgs
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 PositionChangedEventArgs : EventArgs
Constructors
PositionChangedEventArgs()
Declaration
public PositionChangedEventArgs()
Properties
CurrentPointInfos
Gets or sets the current PointInfos.
Declaration
public ObservableCollection<ChartPointInfo> CurrentPointInfos { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<ChartPointInfo> |
PreviousPointInfos
Gets or sets the previous PointInfos.
Declaration
public ObservableCollection<ChartPointInfo> PreviousPointInfos { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<ChartPointInfo> |