Hi John,
there is no additional way to limit the dirty area of a GUI component. Due to the fact that the Path Data is changing, the Stroked Path view has to be redrawn.
In order to reduce the update area, you can split the gauge into four quarters and calculate the arc path data by yourself. Only when the start / end angle within a quarter changes, it has to be redrawn. Furthermore, you can reduce the Bounds area of the gauge to the necessary minimum, so that the update area is reduced (e.g. in the bottom area where the navigation is shown).
Does this help?
Best regards,
Manfred.