Represents a collection of GraphCoordinateSystem objects.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter("Telerik.Reporting.Design.GraphCoordinateSystemCollectionConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class GraphCoordinateSystemCollection : Collection<GraphCoordinateSystem>
Inheritance: objectCollection<GraphCoordinateSystem>GraphCoordinateSystemCollection
Constructors
C#
public GraphCoordinateSystemCollection()