Hello,
I am using TeeChart 6 in VB6. I have a button that does the following:
With tchUnbalanceVsSpeed
.Series(gintLEFT).Clear
.Series(gintRIGHT).Clear
.Series(intUnCorrectable).Clear
.Series(intTolerance).Clear
.Series(intUnbVsSpdCalSpd).Clear
End With
With tchAngleVsSpeed
.Series(gintLEFT).Clear
.Series(gintRIGHT).Clear
.Series(intAngVsSpdCalSpd).Clear
End With
Everything does clear EXCEPT the Marks on a series AND I have the values of those marks showing on the Axis both left and bottom. This is not necessarily a bad thing, but the values show decimal points and they should not. I guess I am looking for a way to clear the axis all together of numbers OR a way to display the values without decimals. Now keep in mind the values on the axis do not normally show decimals.
Thanks
Problem with marks and axis clearing...
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jeff,
Could you please send us an example we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
Could you please send us an example we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
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 |
Instructions - How to post in this forum |