Solution
The root cause of the issue is rounding errors. Each time the meter resizes, it scales all its pieces but then rounds them to fit into LabVIEW's integer coordinate system. Smaller sizes magnify this rounding impact.
As workaround, you can try the following methods:
- recreate the meter by dropping a new one or replacing it.
- instead of Meter, use Classic Meter or Meter (Fuse Design System / NXG Style)