Represents a read-only collection of data points.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ReadOnlyDataPointCollection : ReadOnlyCollection<DataPoint>, IList<DataPoint>, ICollection<DataPoint>, IList, ICollection, IReadOnlyList<DataPoint>, IReadOnlyCollection<DataPoint>, IEnumerable<DataPoint>, IEnumerable
Inheritance: objectReadOnlyCollection<DataPoint>ReadOnlyDataPointCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the ReadOnlyDataPointCollection class.
C#
public ReadOnlyDataPointCollection()
Initializes a new instance of the ReadOnlyDataPointCollection class.