MultiPlot Property

Measurement Studio User Interface

MultiPlot Property

Syntax

CWPlot.MultiPlot

Data Type

Boolean

Purpose

Determines if the CWGraph plot or chart methods can use this plot.

Remarks

Multiplot refers to plotting several sets of data at once. For example, consider an array dimensioned (3,10) that holds three sets of Y data, each with 10 points. You can plot this array with the CWGraph.PlotY method. The CWGraph.PlotY method 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.

Set this property to False to create a plot the CWGraph plot or chart methods cannot use.

See Also

CWGraph.PlotY