Page 1 of 1

WPF TCHart selection border

Posted: Thu May 22, 2014 7:19 am
by 15669262
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 4627 times
In preveous versions (v4.1.2013.7302 for example) it has.
selection1.jpg
selection1.jpg (41.46 KiB) Viewed 4615 times

Re: WPF TCHart selection border

Posted: Thu May 22, 2014 12:17 pm
by Christopher
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;