Defining text labes in GuageSeries

TeeChart for ActiveX, COM and ASP
Post Reply
yvb
Newbie
Newbie
Posts: 18
Joined: Mon Jul 13, 2009 12:00 am

Defining text labes in GuageSeries

Post by yvb » Mon Jan 11, 2010 1:06 pm

When using XY type seies as line it is possible to define your own labels by something like:

m_Chart.GetAxis().GetBottom().GetLabels().Clear();
m_Chart.GetAxis().GetBottom().GetLabels().Add(1.0,"A");
m_Chart.GetAxis().GetBottom().GetLabels().Add(2.0,"B");

Is there a way to do something similar when using GaugeSeries?

Thanks,
yvb

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

Re: Defining text labes in GuageSeries

Post by Yeray » Mon Jan 11, 2010 2:37 pm

Hi yvb,

I'm afraid the gauges don't use the standard vertical and horizontal axes (no one of the gauges types) so the usual axes functions aren't available.
Are you using the scGauges or another specific Gauges type? I'll add this to the wish list to be implemented in future releases (TV52014633).
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

yvb
Newbie
Newbie
Posts: 18
Joined: Mon Jul 13, 2009 12:00 am

Re: Defining text labes in GuageSeries

Post by yvb » Tue Jan 12, 2010 6:05 am

Hi Yeray,
Thanks for the quick respond.
I thought that here is a way to do this using the specific axis of the GaugeSeries.
I am using the scGauge.

Thanks.

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

Re: Defining text labes in GuageSeries

Post by Yeray » Tue Jan 12, 2010 9:45 am

Hi yvb,

No, the gauges is a quite new series in TeeChart and it is constantly improving in several aspects, thanks to feedback like yours.
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

Post Reply