Problem with marks and axis clearing...

TeeChart for ActiveX, COM and ASP
Post Reply
Jeff
Newbie
Newbie
Posts: 22
Joined: Fri Nov 15, 2002 12:00 am
Location: Virginia, United States

Problem with marks and axis clearing...

Post by Jeff » Thu Mar 16, 2006 7:45 pm

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

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

Post by Narcís » Fri Mar 17, 2006 8:45 am

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.
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