Curve ItemAdd Point(Double, Double) 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 AddPoint(
double x,
double y
)VB
Public Sub AddPoint (
x As Double,
y As Double
)