Misalignment between grid lines and color grid

TeeChart for ActiveX, COM and ASP
Post Reply
Sophie
Newbie
Newbie
Posts: 6
Joined: Fri Dec 31, 2004 5:00 am
Location: Québec, Canada
Contact:

Misalignment between grid lines and color grid

Post by Sophie » Wed Mar 30, 2005 3:34 pm

Hi,
If you zoom a colorgrid chart with TeeChart7.ocx, the alignement is not correct between grid lines and color grid.

Sample code for a VB6 project EXE, with a teechart in a form

Private Sub Form_Load()
With TChart1
.AddSeries scColorGrid
End With
With TChart1.Series(0).asColorGrid
For X = 1 To 100
For Z = 1 To 10
.AddXYZ X, Rnd(10), Z, vbNullString, clTeeColor
Next
Next
End With
End Sub

It work well with TeeChart6.acx. Do you have a workaround?
Sophie Morissette[/img]

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 31, 2005 9:02 am

Hi Sophie,

Thank you very much for reporting us this defect. I've already included it to our bug list to be fixed for future releases. Unfortunately I can't think of a workaround at the moment.
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

Sophie
Newbie
Newbie
Posts: 4
Joined: Fri Dec 31, 2004 5:00 am
Location: Canada

Post by Sophie » Mon Oct 17, 2005 8:19 pm

This problem is not resolved in version 7.005 and I can't upgrade my applications from 6 to 7 without this.

Do you plan to fix it?

Thanks

Sophie Morissette
morissette.sophie@qcmines.com

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Oct 19, 2005 4:28 pm

Hi Sophie,

yes, we're aware, we'll do all the efforts so it can be fixed for the next maintenance release v7.06 which will be out soon (in a month more or less).

Sophie
Newbie
Newbie
Posts: 4
Joined: Fri Dec 31, 2004 5:00 am
Location: Canada

Post by Sophie » Wed Oct 19, 2005 7:21 pm

Thanks a lot for information, Pep.
I appreciate.

Sophie
Newbie
Newbie
Posts: 5
Joined: Fri Nov 15, 2002 12:00 am
Location: Canada
Contact:

Post by Sophie » Mon Jan 16, 2006 3:58 pm

The problem is not resolved in the version 7.006, and I repeat it, I need it.

The version 6 have a major bug: the MarksTip Shadows Persistent After Mousing Away. See http://www.teechart.net/support/viewtop ... t=markstip

Can I hope you resolve it?

Sophie

Post Reply