Using latest TeeChart ActiveX (v8.0.0.8.10301).
v6, v7 now v8. Looks like "pen properties are not being carried over to the pdf Canvas" is a perpetual bug.
Is this on a current defect list or you guys give up?
Search found 2 matches
- Fri May 07, 2010 10:50 am
- Forum: ActiveX
- Topic: PDF printing problems with TeeChart6
- Replies: 5
- Views: 12085
- Fri Apr 02, 2010 8:33 pm
- Forum: ActiveX
- Topic: Bug in RemoveSeries
- Replies: 2
- Views: 5668
Bug in RemoveSeries
Using latest TeeChart ActiveX (v8.0.0.8.10301). Reproduce the bug: - start a new visual basic 6 project; - add a teechart object on form; - add 2 line series; - call in code TChart1.RemoveSeries 0; Result: both series are removed from the chart (RemoveSeries 1 works normally). Same thing happens wit...