DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

axis scaling

It's ok im sorry it was only bad axis's name. 🙂
 
0 Kudos
Message 11 of 15
(1,351 Views)
Hi,
 
In report window, when i change manually the y scale, the x axis graduation disapear.
 
Do you have an idea about my problem??
 
Thanks
0 Kudos
Message 12 of 15
(1,343 Views)

i understood, the problem is:

the graduation are not fixed on axis. how fix the graduation on axis?

Thanks

0 Kudos
Message 13 of 15
(1,340 Views)

Hi,

I need 3 TV, string vector variable but there only exist one TV variable.

How can i create some string vector variable???

Please

Thank you.

0 Kudos
Message 14 of 15
(1,329 Views)

Hi c.reverte,

There are several different types of global variables you can use in DIAdem, but I think what will work best for you will be to create two new TV2 and TV3 variables with the following VBScript commands:

Call OdsValAlloc("TV2" , "ODS_TYPE_STRING", 10)
Call OdsValAlloc("TV3" , "ODS_TYPE_STRING", 10)

You will need to do this every time you launch DIAdem,
Brad Turpin
DIAdem Product Support Engineer
National Instruments

0 Kudos
Message 15 of 15
(1,315 Views)