WPF TCHart selection border

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
neurosoft
Newbie
Newbie
Posts: 14
Joined: Wed May 14, 2014 12:00 am

WPF TCHart selection border

Post by neurosoft » Thu May 22, 2014 7:19 am

Hello steema!
I'm testing the latest version of WPF TChart and I have a question. Is it normal that the selection area has no borders?
selection.jpg
selection.jpg (37.74 KiB) Viewed 4623 times
In preveous versions (v4.1.2013.7302 for example) it has.
selection1.jpg
selection1.jpg (41.46 KiB) Viewed 4611 times

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: WPF TCHart selection border

Post by Christopher » Thu May 22, 2014 12:17 pm

Hello!
neurosoft wrote:Hello steema!
I'm testing the latest version of WPF TChart and I have a question. Is it normal that the selection area has no borders?
Yes, the default value of the Visible property of the Zoom.Pen was changed to false in the fix to id=760. This can be reversed by:

Code: Select all

tChart1.Zoom.Pen.Visible = true;
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Post Reply