10-14-2009 04:12 PM
a Plot vs a base Y (=80) Plot
I just want to fill the area where the Plot Y value > 80
How to control the fill to just partially fill the plot area.
Please see att image.
10-15-2009 07:04 PM
What version of Visual Studio and Measurement Studio do you have? What language are you using?
10-15-2009 07:26 PM
NStudio 8.1.1
Using C#
10-15-2009 07:29 PM
10-16-2009 05:05 PM
Hi Matt,
With a plot in Measurement Studio, you can set fill information. In the designer, select your WaveformGraph and click "Edit Plots" in the properties window. Select your plot, then you can modify the necessary fill properties. To generate the picture below, I modified BaseYValue to be equal to 50 and the FillMode to Fill, keeping FillBase set to YValue. Does this look like what you are looking for?
10-16-2009 05:22 PM
No.
I just want to show the area where plot's Y value > 50.
So for this example, just want to fill the area where X > 1 and X < 4
Don't want to fill the area where Y valud is less than 50.
Please check my previsou attached pig (just fill the shade area)
10-16-2009 05:31 PM
Just want to fill the shadded area.
If the dot line Y is 50, just need to show the plot's Y > 50.
Don't want to fill any if plot's Y < 50.
10-21-2009 12:02 PM
Matt,
Here is an example of exactly how to do that. It is certainly a non-trivial task, but here is a link to the example code: http://decibel.ni.com/content/docs/DOC-7483
11-20-2009 04:49 PM
How to remove the filled area?
Apparently, it is NOT able to use
waveformPlot1.FillMode = PlotFillMode.None;
11-23-2009 11:19 AM