Class DataPointsCollectionView<T>
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DataPointsCollectionView<T> : ObservableProjectedView<T>, IWeakEventListener<NotifyCollectionChangedEventArgs>, IDataPointsCollectionView<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyItemChanged, IDisposable where T : SparkDataPoint, new()
Type Parameters
T
|
Constructors
DataPointsCollectionView(IEnumerable)
Declaration
public DataPointsCollectionView(IEnumerable sourceCollection)
Parameters
System.
|
Properties
XValuePath
Declaration
public string XValuePath { get; set; }
Property Value
System.
|
YValuePath
Declaration
public string YValuePath { get; set; }
Property Value
System.
|
Methods
OnItemAdded(T)
Declaration
protected override void OnItemAdded(T addedItem)
Parameters
T
addedItem
|
Overrides
Telerik.UI.Xaml.Controls.DataVisualization.ProjectedView<T>.OnItemAdded(T)