ZedGraph LogoZedGraph Class Library Documentation
IPointList Interface
NamespacesZedGraphIPointList
An interface to a collection class containing data that define the set of points to be displayed on the curve.
Declaration Syntax
C#Visual BasicVisual C++
public interface IPointList : ICloneable
Public Interface IPointList _
	Implements ICloneable
public interface class IPointList : ICloneable
Members
All MembersMethodsProperties



IconMemberDescription
Clone()()
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Count
Gets the number of points available in the list.

Item[([Int32])]
Indexer to access a data point by its ordinal position in the collection.

Remarks
This interface is designed to allow customized data abstraction. The default data collection class is PointPairList, however, you can define your own data collection class using the IPointList interface.
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621