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