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