GraphPaneAddCurve(String, IPointList, Color) Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public LineItem AddCurve(
	string label,
	IPointList points,
	Color color
)

Parameters

label  String
 
points  IPointList
 
color  Color
 

Return Value

LineItem

See Also