CNiPlot::MultiPlot

CNi

Class
CNiPlot::
MultiPlot
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: LineWidthNext page: Name    
Public Data Item Declared in:
NiPlot.h

'Declaration' icon -- Shortcut to top of page. Declaration

bool MultiPlot;

'Description' icon -- Shortcut to top of page. 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.

'See Also' icon -- Shortcut to top of page. See Also