[]
Represents a collection of series.
public class LineSeriesCollection : IList, ICollection, IList<Series>, ICollection<Series>, IEnumerable<Series>, IList<LineSeries>, ICollection<LineSeries>, IEnumerable<LineSeries>, IEnumerable, IXmlSerializable
Public Class LineSeriesCollection
Implements IList, ICollection, IList(Of Series), ICollection(Of Series), IEnumerable(Of Series), IList(Of LineSeries), ICollection(Of LineSeries), IEnumerable(Of LineSeries), IEnumerable, IXmlSerializable
Name | Description |
---|---|
Count | Gets the number of series in the collection. |
this[int] | Gets or sets the series at the specified index. |
Name | Description |
---|---|
Add(LineSeries) | Adds a series to the collection. |
AddRange(LineSeries[]) | Adds an array of series to the collection. |
Clear() | Removes all series from the collection. |
Contains(LineSeries) | Determines whether the collection contains a specific series. |
CopyTo(LineSeries[], int) | Copies the series in the collection to an array, starting at the specified array index. |
GetEnumerator() | Gets an enumerator that iterates through the collection. |
GetSchema() | This method is reserved and should not be used. |
IndexOf(LineSeries) | Determines the index of the label area in the collection. |
Insert(int, LineSeries) | Inserts a series into the collection at the specified index. |
InsertRange(int, LineSeries[]) | Inserts an array of series into the collection at the specified index. |
OnChanged(EventArgs) | Raises the Changed event. |
ReadXml(XmlReader) | Generates an object from its XML representation. |
Remove(LineSeries) | Removes the specified series from the collection. |
RemoveAt(int) | Removes the series at the specified index. |
WriteXml(XmlWriter) | Converts an object into its XML representation. |
Name | Description |
---|---|
Changed | Occurs when the collection is changed. |