GraphPaneAddCurve(String, IPointList, Color, SymbolType) Method

Definition

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

Parameters

label  String
 
points  IPointList
 
color  Color
 
symbolType  SymbolType
 

Return Value

LineItem

See Also