LineItem(String, Double, Double, Color, SymbolType) Constructor

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public LineItem(
	string label,
	double[] x,
	double[] y,
	Color color,
	SymbolType symbolType
)

Parameters

label  String
 
x  Double
 
y  Double
 
color  Color
 
symbolType  SymbolType
 

See Also