I can create an annotation box on a gauge, but it appears at the upper left cornet of the gauge. Is there a way to set its location?
Thanks,
Rudy
You can do this by setting annotation.Bounds:myAnnotation.Bounds = new Rectangle(100,100, 0, 0)
Thanks! Works great.