This is a tricky subject. Because this component is made for use primarily in VB, the x axes is easy to format in VB. I have attached a good example of a real-time update to the x-axis in Visual Basic.
If you wish to further parse the date values, you could use the table found on this
page.
The complication of doing this in CVI, is that you need a timing function similar to the Visual Basic 'Now'. I could not find anything regarding the operation of the Now function (or a 'C' code equivalent).
Your last option is to use the built-in graph in CVI and track the time with the ansi-c 'date and time' functions. You could then use label strings on your graph and avoid the ActiveX
component altogether.
regards,
Eric