Page 1 of 1

THighLowSeries and Legend drawing problem?

Posted: Thu Oct 18, 2018 1:42 pm
by 16583521
I have a chart plotting a line series but when I add a HighLow series the Legend and Annotation tool are blanked out.

I've just updated to version 2018.25 from 2017.21, so this bug has been introduced since then.

Regards,
Sean.

Re: THighLowSeries and Legend drawing problem?

Posted: Tue Oct 23, 2018 8:03 am
by yeray
Hello,

I could reproduce the problem so I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=2116

Re: THighLowSeries and Legend drawing problem?

Posted: Tue Oct 23, 2018 8:10 am
by yeray
Hello,

This is just to inform I have been able to fix the bug (#2116) so the next release will include it.

If you want to fix it in your sources, you just have to add this line at the end of the THighLowSeries.DoBeforeDrawValues method, in ErrorBar.pas:

Code: Select all

Procedure THighLowSeries.DoBeforeDrawValues;
//...
  ParentChart.Canvas.UnClipRectangle;
end;

Re: THighLowSeries and Legend drawing problem?

Posted: Fri Nov 02, 2018 1:09 pm
by 16583521
Hi Yeray,
Thanks for fixing this so quickly.
Regards,
Sean. :D