![]() |
PlotY()








Public Function |
Declared in: NiPlot.h |
Declaration
void PlotY( const CNiVector& y, double xFirst, double xInc);
Description
Plots a vector of data.
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
const CNiVector& y
double xFirst
double xInc
Y data to plot.
X value for the first point in the plot.
Amount to increment X for each new point.