RadControls for WPF

Represents an observable collection of DataSeries.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40

Syntax

C#
public class ReadOnlyDataSeriesCollection : ReadOnlyCollection<DataSeries>
Visual Basic
Public Class ReadOnlyDataSeriesCollection _
	Inherits ReadOnlyCollection(Of DataSeries)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'DataSeries>)>)>
    Telerik.Windows.Controls.Charting..::..ReadOnlyDataSeriesCollection

See Also