04-28-2008 12:06 PM
04-28-2008 07:31 PM
04-29-2008 11:15 AM
04-29-2008 09:02 PM
09-11-2008 01:17 PM
Hi, I am now trying to plot this histogram using ScatterPlot but I don't want to fill the histogram nor display the bins (just the line profile). I tried setting plot.FillMode = PlotFillMode.Lines; and plot.FillToBaseStyle = FillStyle.None; But nothing I did can showjust the line profile.
09-12-2008 01:32 PM
Hi Labaster,
I was testing a ScatterPlot on my end, and when I set the option this way:
scatterPlot1.FillMode = NationalInstruments.UI.PlotFillMode.None;
I received the desired behavior (area below the curve is not filled). Could you give this a shot and see how it works? Thanks!
09-12-2008 04:01 PM
09-12-2008 04:16 PM