ZedGraph LogoZedGraph Class Library Documentation
Item Property (index)
NamespacesZedGraphIPointListItem[([Int32])]
Indexer to access a data point by its ordinal position in the collection.
Declaration Syntax
C#Visual BasicVisual C++
PointPair this[
	int index
]{ get;}
ReadOnly Default Property Item ( _
	index As Integer _
) As PointPair
property PointPair^ default[int index] {
	PointPair^ get (int index);
}
Parameters
index (Int32)
The ordinal position (zero-based) of the data point to be accessed.
Value
A PointPair object instance.
Remarks
This is the standard interface that ZedGraph uses to access the data. Although you must pass a PointPair here, your internal data storage format can be anything.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621