LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing graph scale option at runtime

Hello,

I want to change the scale option of a graph at runtime from linear to logarithmic. I now searched for hours and could not find this attribute. Someone has an answer? It seems like this is not possible.

Sincerely yours
Marek S.
____________________________________________________________
Operating System: Windows 2000 - Software I use: LabWindows/CVI 7.1
0 Kudos
Message 1 of 2
(2,917 Views)
Marek,

ATTR_YMAP_MODE

SetCtrlAttribute (pnlM, PNLM_GRAPH, ATTR_YMAP_MODE, VAL_LOG);

SetCtrlAttribute (pnlM, PNLM_GRAPH, ATTR_YMAP_MODE, VAL_LINEAR);
0 Kudos
Message 2 of 2
(2,912 Views)