Bug and question

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
cborgeat
Newbie
Newbie
Posts: 8
Joined: Fri Apr 08, 2016 12:00 am

Bug and question

Post by cborgeat » Mon May 16, 2016 3:17 pm

Hello. I have two questions/bug report, illustrated with pictures :

1) I dont want to have this color selection border on annotation. How can i supress this ? Thanks
annotation_problem_2.png
annotation_problem_2.png (14.99 KiB) Viewed 4823 times
annotation_problem.png
annotation_problem.png (14.39 KiB) Viewed 4822 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Bug and question

Post by Yeray » Tue May 17, 2016 10:30 am

Hello,

Try setting this:

Code: Select all

ChartTool1.Selected.Hover.Visible:=false;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

cborgeat
Newbie
Newbie
Posts: 8
Joined: Fri Apr 08, 2016 12:00 am

Re: Bug and question

Post by cborgeat » Fri May 27, 2016 2:04 pm

Hello. That work fine, Thanks

Post Reply