Page 1 of 1

Histogram drawing bug

Posted: Wed Apr 24, 2019 2:14 pm
by 15685800
Hi!

Sometimes I've got a histogram with some lines absent (see picture, right border for first bar is absent)
1.png
1.png (4.99 KiB) Viewed 12728 times
Test application is attached, TChart WPF 4.2019.3.15

Can you fix it?

Re: Histogram drawing bug

Posted: Thu Apr 25, 2019 8:36 am
by Christopher
Hello,

thank you, I can confirm this as a bug and have added it to our issue-tracking software with id=2187 - as you can see, this issue has been marked as completed, which means a fix will become available in a new NuGet package very shortly.

Re: Histogram drawing bug

Posted: Thu Mar 19, 2020 9:55 am
by 15685800
Hello!

Now I've tried test application from first post with TChart 4.2019.12.16. It works fine but from my work program this bug in not removed.

So I've created new test application (only change legend position and TChart size) and the same problem appeared now.

Please check and fix it.

Re: Histogram drawing bug

Posted: Thu Mar 19, 2020 12:07 pm
by Christopher
Hello,

the bug you reported is fixed, but there seems to be a separate issue involving the legend position - as you can see in your new project, if you comment out the line:

Code: Select all

MyTChart.Legend.Alignment = LegendAlignments.Bottom;
the Chart renders as expected, which it wouldn't have done before the fix. In any case I have opened a new issue id=2300 which we will attempt to resolve in due course.