New to Telerik UI for WPFStart a free 30-day trial

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: ICollectionICollection<DataPoint>IEnumerableIEnumerable<DataPoint>IListIList<DataPoint>IReadOnlyCollection<DataPoint>IReadOnlyList<DataPoint>...

Inherited Members ReadOnlyCollection<DataPoint>.Contains(DataPoint)ReadOnlyCollection<DataPoint>.CopyTo(DataPoint[], int)ReadOnlyCollection<DataPoint>.GetEnumerator()ReadOnlyCollection<DataPoint>.IndexOf(DataPoint)ReadOnlyCollection<DataPoint>.EmptyReadOnlyCollection<DataPoint>.CountReadOnlyCollection<DataPoint>.this[int]ReadOnlyCollection<DataPoint>.Items...

Constructors

Initializes a new instance of the ReadOnlyDataPointCollection class.

C#
public ReadOnlyDataPointCollection()

Initializes a new instance of the ReadOnlyDataPointCollection class.

C#
public ReadOnlyDataPointCollection(IList<DataPoint> dataPoints)
Parameters:dataPointsIList<DataPoint>

The data points.