NetXP 3.0 Reference
Graph.PlotPoint Method
Plots a point on a line graph.
[Visual Basic]
Public Sub PlotPoint( _
ByVal
x
As
Double
, _
ByVal
y
As
Double
_
)
[C#]
public
void
PlotPoint(
double
x
,
double
y
);
Parameters
x
The x value of the point.
y
The y value of the point.
See Also
Graph Class
|
NETXP.Controls Namespace