05-24-2017 09:34 PM
Hey guys, I hope everyone reading this is doing well.
Well the problem I have is that I want to draw graphs in the "VIEW" Panel with just points (no lines).
I can achieve this in the "REPORT" Panel, but I can never do the same in the "VIEW" Panel.
I will attach images of what I mean for clarification.
'------------------------------------------------------------------
'I tried to apply this line of code to change the line width to "0" but as expected I got an error message alerting me that 0 is not a value of the enumeration.
oCurves1.MarkerLineWidth = "0"
'------------------------------------------------------------------
I am using DIAdem 2015 fyi. Please help!
Thanks in advance,
Tim
Solved! Go to Solution.
05-25-2017 06:34 AM
Hello Tim,
just tried out the following with DIAdem 2017 (should work with 2015 as well):
Select Markers
Make sure to set a specific color (not just "use curve color")
Set Curve color to "nothing"
You should see something like this:
05-25-2017 07:14 AM
Hi Andreas!
Thanks to you, it works perfectly!
Hope you have a wonderful day!
-Tim