Page 1 of 1

NumericGauge Annotations

Posted: Fri Apr 04, 2008 6:52 am
by 15048424
Hi,

Does anybody have some experience in customizing the numeric gauge?
I need code examples to change the annotation properties (text, font,...)
I find no examples in the help file or demo.

e.g. asnumericgauge.markers.annotation.caption.text =...

Thanks,

Thomas

Posted: Fri Apr 04, 2008 9:19 am
by yeray
Hi Thomas,

Yes, you can customize these annotation tools. They are called:

.asNumericGauge.TextMarker
.asNumericGauge.UnitsMarker
.asNumericGauge.ValueMarker

and inside them you can do:

.Text
.Shape.Font

you'll see the customizable properties there.

Posted: Fri Apr 04, 2008 10:54 am
by 15048424
thanks, works fine.