Point Pair(Double, Double, Double, Object) 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,
double z,
Object tag
)VB
Public Sub New (
x As Double,
y As Double,
z As Double,
tag As Object
)