--- The GET DATE TIME in SECONDS vi only has resolution down to 16 mSec (on Windows).
There is a millisecond timer available - you might consider using that. TICK COUNT in the TIME and DIALOG palette.
If you have a hardware DAQ board available, you can use the hardware timers on that.
Otherwise, there's not a good way to get sub-millisecond timing.
If you do get values very 100 uSec, you don't need to record every time - just record the starting time of day, and the voltage values every 100 uSec. Tell the graph what the starting time is, and tell it the delta Time is 100 uSec. Set the X-axis to display time, and you're done.
If your data is irregular, though, that will not be accurate.