Line Item(String, Double, Double, Color, Symbol Type, Single) Constructor
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public LineItem(
string label,
double[] x,
double[] y,
Color color,
SymbolType symbolType,
float lineWidth
)VB
Public Sub New (
label As String,
x As Double(),
y As Double(),
color As Color,
symbolType As SymbolType,
lineWidth As Single
)