Class GraphSeriesCollection
Represents a collection of GraphSeries objects.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<GraphSeries>
GraphSeriesCollection
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class GraphSeriesCollection : Collection<GraphSeries>, IList<GraphSeries>, ICollection<GraphSeries>, IList, ICollection, IReadOnlyList<GraphSeries>, IReadOnlyCollection<GraphSeries>, IEnumerable<GraphSeries>, IEnumerable
Constructors
GraphSeriesCollection()
Declaration
public GraphSeriesCollection()