DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Plotting Graph in VIEW with only points (no lines)

Solved!
Go to solution

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

 

 

 

Download All
0 Kudos
Message 1 of 3
(3,327 Views)
Solution
Accepted by topic author kmyan9

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:

 

VIEW.PNG

Message 2 of 3
(3,283 Views)

Hi Andreas!

 

Thanks to you, it works perfectly!

Hope you have a wonderful day!

 

 

-Tim

 

 

0 Kudos
Message 3 of 3
(3,279 Views)