ClassChartDataPointCollection
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class ChartDataPointCollection : NotifyCollection<DataPoint>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<DataPoint>NotifyCollection<DataPoint>ChartDataPointCollection
Implements:
Inherited Members
Constructors
ChartDataPointCollection(ChartSeries)
Initializes a new instance of the ChartDataPointCollection class.
Declaration
public ChartDataPointCollection(ChartSeries owner)
Parameters
owner
The owner.
Properties
BindingSource
Gets the binding source.
Declaration
public ChartBindingSource BindingSource { get; }
Property Value
The binding source.
Owner
Gets the owner.
Declaration
public ChartSeries Owner { get; }
Property Value
The owner.
Methods
CreateBindingSource()
Creates the binding source.
Declaration
protected virtual ChartBindingSource CreateBindingSource()
Returns
EndUpdate(bool)
Ends the update.
Declaration
public override void EndUpdate(bool notify)
Parameters
notify
The notify.
Overrides
Filter(IDataPointFilter)
Declaration
public void Filter(IDataPointFilter filterInterface)
Parameters
filterInterface
Find(object)
Finds the specified data bound item.
Get<T>(int)
Gets the data point at the specified index.
Declaration
public T Get<T>(int index) where T : DataPoint
Parameters
index
The index.
Returns
T
InsertItem(int, DataPoint)
Inserts the item.
Sort(IComparer<DataPoint>)
Declaration
public void Sort(IComparer<DataPoint> comparer)
Parameters
comparer
IComparer<DataPoint>