Class PositionChangedEventArgs
Defines the PositionChangedEventArgs.
Inheritance
System.Object
PositionChangedEventArgs
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> |