What is the refresh rate of your monitor? It does not make sense to go faster that that!
😉 Also no human eye would be able to tell the difference.
What is your screen resolution? Do you really display all 2k pixels horizontally, if not you can decimate the data before displaying.
How do you measure the display update rate? Do you simply measure loop times of the display operation? This is probably inaccurate because LabVIEW will skip graph updates if they occur too fast. If you really want to see each frame, you need to set your intensity graph to syncronous display (right-click...advanced..syncronous display).
Also make sure that autoscaling is off on all 3 axes, it will slow you down.
Have you tried a picture indicator as alternative?