![]() |
PlotXY()








Public Function |
Declared in: NiPlot.h |
Declaration
void PlotXY( double x, double y);
Description
Plots a single point of data as an X-Y plot.
Notes:
1. Use the Plot and Chart functions on a CNiPlot object if you want to modify a single plot without affecting the other plots. Use the Plot and Chart functions on the CNiGraph object if you want to modify all existing plots.
2. See the CNiPlot overview for information about using date/time values.
Parameters
double x
double y
X value of the data point to plot.
Y value of the data point to plot.