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