Page 1 of 1

Bug and question

Posted: Mon May 16, 2016 3:17 pm
by 16578008
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 4830 times
annotation_problem.png
annotation_problem.png (14.39 KiB) Viewed 4829 times

Re: Bug and question

Posted: Tue May 17, 2016 10:30 am
by yeray
Hello,

Try setting this:

Code: Select all

ChartTool1.Selected.Hover.Visible:=false;

Re: Bug and question

Posted: Fri May 27, 2016 2:04 pm
by 16578008
Hello. That work fine, Thanks