Page 1 of 1

Problem with marks and axis clearing...

Posted: Thu Mar 16, 2006 7:45 pm
by 9079179
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

Posted: Fri Mar 17, 2006 8:45 am
by narcis
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.