Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartDataPointCollection : NotifyCollection<DataPoint>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<DataPoint>NotifyCollection<DataPoint>ChartDataPointCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChartDataPointCollection class.
Properties
Gets the binding source.
C#
public ChartBindingSource BindingSource { get; }
The binding source.
Gets the owner.
C#
public ChartSeries Owner { get; }
The owner.
Methods
Creates the binding source.
Ends the update.
Gets the data point at the specified index.