Page 1 of 1

Defining text labes in GuageSeries

Posted: Mon Jan 11, 2010 1:06 pm
by 15053905
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

Re: Defining text labes in GuageSeries

Posted: Mon Jan 11, 2010 2:37 pm
by yeray
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).

Re: Defining text labes in GuageSeries

Posted: Tue Jan 12, 2010 6:05 am
by 15053905
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.

Re: Defining text labes in GuageSeries

Posted: Tue Jan 12, 2010 9:45 am
by yeray
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.