Basic Array Point List(Double, Double) 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 BasicArrayPointList(
double[] x,
double[] y
)VB
Public Sub New (
x As Double(),
y As Double()
)