Point Pair ListAdd(Double, Double, Double, String) Method
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 void Add(
double x,
double y,
double z,
string tag
)VB
Public Sub Add (
x As Double,
y As Double,
z As Double,
tag As String
)