Could you please post the code to retrieve the first and second lines (items) of the Chart SubTitle in C++. I'm using TChart 2015 Pro ActiveX. I need to retrieve the first and second lines in two separate char* objects.
Thanks.
Retrieving the first and second line of Chat Subtitle
Re: Retrieving the first and second line of Chat Subtitle
Hello,
In Visual Basic it would be this to get the first line:
And this to get the second line:
In Visual Basic it would be this to get the first line:
Code: Select all
TChart1.SubHeader.Text.Item(0)
Code: Select all
TChart1.SubHeader.Text.Item(1)
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |