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
Defining text labes in GuageSeries
Re: Defining text labes in GuageSeries
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).
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Defining text labes in GuageSeries
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.
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
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |