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]
Misalignment between grid lines and color grid
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
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
Do you plan to fix it?
Thanks
Sophie Morissette
morissette.sophie@qcmines.com
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).
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).
Pep Jorge
http://support.steema.com
http://support.steema.com
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
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