LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Customize graph axis

Hello,
 
With auto scale on, the X axis displays for example as below :
100, 250, 500, 750, 1000.
 
I would like to display the X axis as follow :
100, 500, 1000
 
Does any one know a way to do that ?
 
Bertrand
 
0 Kudos
Message 1 of 2
(2,888 Views)
You could use label strings: label strings in axis scale override automatic axis labelling with your own customized labels. They can be set either in the UIR editor if axis scale is not subject to change, or at runtime in case your scale changes during program life. Look in graph control help for a reference on label strings and how to set them programmatically.

Message Edited by Roberto Bozzolo on 07-16-2006 05:23 PM



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,886 Views)