![]() |
MultiPlot








Public Data Item |
Declared in: NiPlot.h |
Declaration
bool MultiPlot;
Description
Determines if the plot or chart functions can use this plot.
Notes:
1. Multiplot refers to plotting several sets of data at once. For example, consider a matrix dimensioned (3,10) that holds three sets of Y data, each with 10 points. You can plot this matrix with the CNiGraph.PlotY function. The CNiGraph.PlotY function uses existing plots to display the data sets but only if their MultiPlot property is set to true. If the available plots do not exist, it uses temporary multiplots.
2. Set this property to false to create a plot that the CNiGraph plot or chart functions cannot use.