

'宣言 Public Class SeriesCollection Inherits C1.Document.OwnedCollection(Of Series) Implements C1.Document.ICloneableObject, C1.Document.IOwnedObject
'使用法 Dim instance As SeriesCollection
public class SeriesCollection : C1.Document.OwnedCollection<Series>, C1.Document.ICloneableObject, C1.Document.IOwnedObject
System.Object
System.Collections.ObjectModel.Collection<T>
C1.Document.OwnedCollectionBase<TItem>
C1.Document.OwnedCollection<TItem>
C1.Document.FlexChart.SeriesCollection