Class ChartDataPointCollection
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartDataPointCollection : NotifyCollection<DataPoint>, IList<DataPoint>, ICollection<DataPoint>, IList, ICollection, IReadOnlyList<DataPoint>, IReadOnlyCollection<DataPoint>, IEnumerable<DataPoint>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Constructors
ChartDataPointCollection(ChartSeries)
Initializes a new instance of the ChartDataPointCollection class.
Declaration
public ChartDataPointCollection(ChartSeries owner)
Parameters
ChartSeries
owner
The owner. |
Properties
BindingSource
Gets the binding source.
Declaration
public ChartBindingSource BindingSource { get; }
Property Value
ChartBindingSource
The binding source. |
Owner
Methods
Add(Double[])
Declaration
public void Add(params double[] value)
Parameters
System.Double[]
value
|
CreateBindingSource()
Creates the binding source.
Declaration
protected virtual ChartBindingSource CreateBindingSource()
Returns
ChartBindingSource
|
EndUpdate(Boolean)
Ends the update.
Declaration
public override void EndUpdate(bool notify)
Parameters
System.Boolean
notify
The notify. |
Overrides
Filter(IDataPointFilter)
Declaration
public void Filter(IDataPointFilter filterInterface)
Parameters
IDataPointFilter
filterInterface
|
Find(Object)
Finds the specified data bound item.
Declaration
public int Find(object dataBoundItem)
Parameters
System.Object
dataBoundItem
The data bound item. |
Returns
System.Int32
|
Get<T>(Int32)
Gets the data point at the specified index.
Declaration
public T Get<T>(int index)
where T : DataPoint
Parameters
System.Int32
index
The index. |
Returns
T
|
Type Parameters
T
The type of the T. |
InsertItem(Int32, DataPoint)
Inserts the item.
Declaration
protected override void InsertItem(int index, DataPoint item)
Parameters
System.Int32
index
The index. |
DataPoint
item
The item. |
Overrides
Sort(IComparer<DataPoint>)
Declaration
public void Sort(IComparer<DataPoint> comparer)
Parameters
System.Collections.Generic.IComparer<DataPoint>
comparer
|