DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

line constant delete

Hello, I want to delete a constant line with a script. I try:   D2CConstX        =NOVALUE  D2CConstY        = 0 but the line don't dissapear. Thnk you
0 Kudos
Message 1 of 3
(3,359 Views)

Hello s.g.m.

 

Where are you executing this script? Diadem? I would be fine if you attach an example with the code you are trying.

 

Regards.

0 Kudos
Message 2 of 3
(3,334 Views)

Just a quick idea that I haven't tried, but would it be an option to set the curve color to "No color". Or just set both D2CConstX and D2CConstY to NoValue

 

    D2CConstX        = NoValue
    D2CConstY        = NoValue
    D2CurveColor    = ""
 

This made the line disappear on my graph.

 

Otmar D. Foehner
0 Kudos
Message 3 of 3
(3,328 Views)