Hi
I have a TeeChart graphic and I want to recover the value of bottom labels.
I need to know what property I have to use to be able to do that.
Thanks
Retrieve the value of a label
Re: Retrieve the value of a label
Hi Rousseau,
You could use the following (note that the list starts for the end, so the index 0 is the bigger label in an ascending XValues chart):
Or you could also use OnGetAxisLabels event.
You could use the following (note that the list starts for the end, so the index 0 is the bigger label in an ascending XValues chart):
Code: Select all
TChart1.Axis.Bottom.Labels.Item(0).Text
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |