![]() |
PlotY()








Public Function |
Declared in: NiGraph.h |
Declaration
void PlotY( const CNiVector& y, double xFirst, double xInc);
Description
Plots a vector of data as a single y plot.
Notes:
1. This function uses plots from the CNiGraph::Plots collection that are marked as multiplot. If there are not enough plots available, the function creates temporary plot objects that are deleted after this function executes.
2. See the CNiGraph 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 each plot.
Amount to increment x for each new point.