LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Log Scale for a Graph

Is it possible to set the Log-Scale Modus of a Graph
per Software ?
0 Kudos
Message 1 of 2
(3,406 Views)
Hello, Kai.

You should set the value VAL_LOG (or VAL_LINEAR) for the attributes
ATTR_XMAP_MODE and/or ATTR_YMAP_MODE for your graph control.

Example:

SetCtrlAttribute (panelHandle, PANEL_GRAPH,
ATTR_XMAP_MODE, VAL_LOG);

You can test an attached progect for CVI 5.5.1

--
Yuri Gendelman
ygendel@birinc.com


Kai wrote in message
news:39cf1724@newsgroups.ni.com...
>
> Is it possible to set the Log-Scale Modus of a Graph
> per Software ?



[Attachment LogScale.ZIP, see below]
0 Kudos
Message 2 of 2
(3,406 Views)