Page 1 of 1

Misalignment between grid lines and color grid

Posted: Wed Mar 30, 2005 3:34 pm
by 9525450
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]

Posted: Thu Mar 31, 2005 9:02 am
by narcis
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.

Posted: Mon Oct 17, 2005 8:19 pm
by 9525444
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

Posted: Wed Oct 19, 2005 4:28 pm
by Pep
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).

Posted: Wed Oct 19, 2005 7:21 pm
by 9525444
Thanks a lot for information, Pep.
I appreciate.

Posted: Mon Jan 16, 2006 3:58 pm
by 9079098
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