i see this was submitted as a bug (BR32360), so a resolution should be forthcoming. the gauge just wasn't designed to update the interval via async postback, but i think it can be arranged.
you can clear the interval in javascript using this code:
var g = ig_getWebControlById("UltraWebGauge1");
window.clearInterval(g.interval);