Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

WPF graph plots not visible

Solved!
Go to solution
Solution
Accepted by topic author falopsy

I was able to reproduce the issue using your sample application. This appears to be an issue with the SuppressScaleLayout option interfering with the layout of elements in the plot area of the graph. We have made significant improvements to graph layout in the upcoming release of Measurement Studio that have addressed this.

 

In the current release, the simplest solution would be to set the SuppressScaleLayout property to False (if the sample is representative of your application's normal update rate, I doubt you will see any performance impact). I also found that leaving the property set to True and disabling minor divisions (MinorDivisions="{x:Null}") avoided the layout conflict.

~ Paul H
0 Kudos
Message 11 of 12
(2,336 Views)

Thanks Paul. That solves the issue. I can't wait for the new release of Measurement studio because I set the SuppressScale:Layout to true because of previous issue but have now set it to false. Thank you.

0 Kudos
Message 12 of 12
(2,333 Views)