From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

graph labellling

Hi,
I am using CVI 6 for our application development. I am plotting some data on graph control. X axis is time scale for our data. I want to label x axis of my graph with time stamp (HH:MM:SS) as follows: "12:10:20". Which function or property of graph control I can use for doing this?
cheers
Niranjan
0 Kudos
Message 1 of 3
(2,895 Views)
You can use CWGraph control, which is an ActiveX control from NI. You can open the properties page, and change the x-axis format.
Message 2 of 3
(2,895 Views)
I use CWGraph for plotting data instead of StripChart because I can have a X axis in date/time format, cursor( impossible with a stripchart), annotations, a Y axis per plot...It's very powerfull, but delicate to programm with CVI.
Message 3 of 3
(2,895 Views)