legend checkboxes not clickable - bug?

TeeChart for ActiveX, COM and ASP
Post Reply
AHIS
Newbie
Newbie
Posts: 19
Joined: Wed Feb 22, 2006 12:00 am
Location: Austria

legend checkboxes not clickable - bug?

Post by AHIS » Thu Jul 20, 2006 2:57 pm

Hi.

I have a very strange behaviour with the checkboxes of the legend. I have a legend which is positioned at the top of the TChart. And if I click on a checkbox the according series disapperies correctly.
BUT as soon as I set Axis.Bottom.Labels.Visible = FALSE the checkboxes dont react anymore!
This also has to do something with the way my programming language accesses the OCX. I have 2 objects
- one is called a HANDLE which is the 'container' of the OCX with which I can position and view/hide it.
- and a COM-HANDLE with which I access the TChart properties.
So If the OCX is already set to visible before I set Bottom.Labels.Visible = FALSE, the checkboxes still work perfect.
But if the OCX is set to visible after I set the Bottom.Labels.Visible = FALSE my explained problem occures and the checkboxes are dead.

I hope you can work something out!

Harry

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jul 20, 2006 3:31 pm

Hi Harry,

Thanks for reporting. I could reproduce the issue and I've added it (TV52011611) to our defect list to be fixed for future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply