ClassGraphTitleCollection
Class
Represents a collection of GraphTitle objects.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter("Telerik.Reporting.Design.GraphTitleCollectionConverter, Telerik.Reporting.Design, Version=20.0.26.211, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class GraphTitleCollection : Collection<GraphTitle>
Inheritance: objectCollection<GraphTitle>GraphTitleCollection
Constructors
GraphTitleCollection()
Declaration
cs-api-definition
public GraphTitleCollection()