ZedGraph LogoZedGraph Class Library Documentation
CurveList Property
NamespacesZedGraphGraphPaneCurveList
Gets or sets the list of CurveItem items for this GraphPane
Declaration Syntax
C#Visual BasicVisual C++
public CurveList CurveList{ get; set;}
Public Property CurveList As CurveList
public:
property CurveList^ CurveList {
	CurveList^ get ();
	void set (CurveList^ value);
}
Value
A reference to a CurveList collection object

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621