Search found 1 match
- Thu May 28, 2009 2:04 pm
- Forum: VCL
- Topic: method Clear() on Series does not work
- Replies: 1
- Views: 1640
method Clear() on Series does not work
I am using C++Builder6 and TeeChartPro6 for Builder6. I have a problem using the Clear() method on a Series : it does not work. The Series is never cleared. If I try to add new Values after clearing the Series, I have the old values + the new values. Delete() does not work either. There is something...