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?
In preveous versions (v4.1.2013.7302 for example) it has.
WPF TCHart selection border
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: WPF TCHart selection border
Hello!
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: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?
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 |