Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Measurement Studio had envelope graphing. Does this still exist with the .NET assembly?

I'm not sure what you mean by "envelope graphing." How did you do this in Measurement Studio before?

- Elton
0 Kudos
Message 2 of 4
(3,413 Views)
Elton,

Below is the documentation for BasePlot. You plot a xy line and then supply a BasePlot along with it and color the space in between creating an envelope.

ScottyO

CNiPlot BasePlot;

Description

Specifies a plot to use for Y values when FillToBase or LineToBase is enabled.

Note: Points in the plot are paired with points in the base plot. Filling or drawing lines between plots works best when the X coordinates for each pair are the same.
0 Kudos
Message 3 of 4
(3,407 Views)
Ok, I see. This was added to the .NET graph in Measurement Studio 7.1. To do this with the .NET graphs, go to the plot and set its BasePlot property to another plot, set the FillBase property to Plot, and set the FillMode property to Fill.

- Elton
0 Kudos
Message 4 of 4
(3,401 Views)