Point Pair(Double, Double, String) 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 PointPair(
double x,
double y,
string label
)VB
Public Sub New (
x As Double,
y As Double,
label As String
)