Cannot draw COLORED rect in tChart_AfterDraw in 3.2.2980

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Srinivas Avancha
Newbie
Newbie
Posts: 41
Joined: Wed Jan 30, 2008 12:00 am

Cannot draw COLORED rect in tChart_AfterDraw in 3.2.2980

Post by Srinivas Avancha » Mon Mar 03, 2008 8:22 pm

Up until version 3.2.2930.22971 we could draw colored rectangle in TChart AfterDraw event. In version 3.2.2980.19083 that stopped working.

g.FillRectangle(new SolidBrush(Color.FromKnownColor(KnownColor.ControlDark)), (int)box.X, (int)box.Y, (int)box.Width, (int)box.Height);

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Mar 04, 2008 12:00 pm

Hi Srinivas,

Thanks for reporting. I've been able to reproduce the issue here and added it (TF02012867) to our bug list to be fixed for the next maintenance release.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Srinivas Avancha
Newbie
Newbie
Posts: 41
Joined: Wed Jan 30, 2008 12:00 am

Post by Srinivas Avancha » Wed Mar 12, 2008 7:04 pm

When can we expect the fixed release?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Mar 13, 2008 10:11 am

Hi Srinivas,

This issue was fixed last Monday so you can expect a fix being included for the next maintenance release. Please be aware at this forum or subscribe to our RSS feed for new release announcements.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply