NumericGauge Annotations

TeeChart for ActiveX, COM and ASP
Post Reply
Icon-User
Newbie
Newbie
Posts: 12
Joined: Thu Feb 28, 2008 12:00 am
Contact:

NumericGauge Annotations

Post by Icon-User » Fri Apr 04, 2008 6:52 am

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Fri Apr 04, 2008 9:19 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Icon-User
Newbie
Newbie
Posts: 12
Joined: Thu Feb 28, 2008 12:00 am
Contact:

Post by Icon-User » Fri Apr 04, 2008 10:54 am

thanks, works fine.

Post Reply