Class ReadOnlyChartSeriesCollection
Represents a read-only collection of chart series.
Inheritance
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<ChartSeries>
ReadOnlyChartSeriesCollection
Inherited Members
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.Contains(Telerik.Windows.Controls.ChartView.ChartSeries)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.CopyTo(Telerik.Windows.Controls.ChartView.ChartSeries[], System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.IndexOf(Telerik.Windows.Controls.ChartView.ChartSeries)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.Generic.IList<Telerik.Windows.Controls.ChartView.ChartSeries>.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.Generic.IList<Telerik.Windows.Controls.ChartView.ChartSeries>.set_Item(System.Int32, Telerik.Windows.Controls.ChartView.ChartSeries)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.Generic.ICollection<Telerik.Windows.Controls.ChartView.ChartSeries>.Add(Telerik.Windows.Controls.ChartView.ChartSeries)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.Generic.ICollection<Telerik.Windows.Controls.ChartView.ChartSeries>.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.Generic.IList<Telerik.Windows.Controls.ChartView.ChartSeries>.Insert(System.Int32, Telerik.Windows.Controls.ChartView.ChartSeries)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.Generic.ICollection<Telerik.Windows.Controls.ChartView.ChartSeries>.Remove(Telerik.Windows.Controls.ChartView.ChartSeries)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.Generic.IList<Telerik.Windows.Controls.ChartView.ChartSeries>.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.Count
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.Items
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.Generic.ICollection<Telerik.Windows.Controls.ChartView.ChartSeries>.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.Generic.IList<Telerik.Windows.Controls.ChartView.ChartSeries>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Controls.ChartView.ChartSeries>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ReadOnlyChartSeriesCollection : ReadOnlyCollection<ChartSeries>, IList<ChartSeries>, ICollection<ChartSeries>, IList, ICollection, IReadOnlyList<ChartSeries>, IReadOnlyCollection<ChartSeries>, IEnumerable<ChartSeries>, IEnumerable
Constructors
ReadOnlyChartSeriesCollection()
Initializes a new instance of the ReadOnlyChartSeriesCollection class.
Declaration
public ReadOnlyChartSeriesCollection()
ReadOnlyChartSeriesCollection(IList<ChartSeries>)
Initializes a new instance of the ReadOnlyChartSeriesCollection class.
Declaration
public ReadOnlyChartSeriesCollection(IList<ChartSeries> chartSeries)
Parameters
System.Collections.Generic.IList<ChartSeries>
chartSeries
The data points. |