The DataLogger runs on a Windows timer which is not deterministic, so the time between samples will experience jitter, especially if you are running any other software on the PC.
You can get better repeatability by using a DataSubscriber, writing the data via code with the DataReturned event, and using the driver's PollRateOverride to regulate the sample period. This is because the driver runs on a background thread and is more repeatable.