![]() |
PlotXvsY()








Public Function |
Declared in: NiGraph.h |
Declaration
Description
Plots a matrix of data as one or more x-y plots.
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& x
const CNiMatrix& y
bool plotPerRow
Common x data for all plots.
Y data to plot.
If true, the first row in the matrix contains the x data and subsequent rows contain the y data for each plot. If false, the first column in the matrix contains the x data and subsequent columns contain the y data for each plot.