Search found 6 matches
- Wed Mar 23, 2005 3:21 pm
- Forum: ActiveX
- Topic: Series Point's
- Replies: 1
- Views: 3600
Series Point's
When I have series with lots of points, I want to draw a point style square every ten points instead of every point. Is that possible ?
- Tue Dec 28, 2004 7:54 am
- Forum: ActiveX
- Topic: Reproduce smooth and crosspoint problem
- Replies: 1
- Views: 3573
Reproduce smooth and crosspoint problem
To reproduce the smooth problem, start up the TeeChartv7FeatureDemo.exe program which came with the lastest version, select Functions-Extended-Smoothing SpLine (int the All Features menu) and press the random buttom a couple of times. A horizontal line appears and the smoothed line goes crazy. Does ...
- Mon Dec 27, 2004 9:15 am
- Forum: ActiveX
- Topic: Smoothing does not work as expected (7.0.0.3)
- Replies: 1
- Views: 3590
Smoothing does not work as expected (7.0.0.3)
Also with the new version (7.0.0.3) smoothing does still not work as expected :( . When I use a line, Point or point3d graph, the smoothed line always goes from left to right, hystereses are therefor not visible anymore. With version 6, there was no problem. With a horizontal line however, this work...
- Fri Nov 19, 2004 10:04 am
- Forum: ActiveX
- Topic: Smooth serie Convert from 6 to 7
- Replies: 1
- Views: 3729
Smooth serie Convert from 6 to 7
Hi, I upgraded my chart project from 6 to 7. I used the smooth function on a line that's going up to a certain maximum and is going back again thus the line draws a hysterese. The smooth in version 6 did show also after smoothing the hysterese. After upgrading to version 7 this is not the case anymo...
- Wed Nov 10, 2004 2:05 pm
- Forum: ActiveX
- Topic: How to use tfCrossPoints
- Replies: 3
- Views: 5273
Thanks, But now I get the problem that I get two cross points, where the two lines only cross once. The first line is a scPoint3D smoothed line, the second a scFastLine. The crosspoint serie is a scPoint with only diplaying the cross points. The second (non existing) crosspoint is on the scFastLine,...
- Wed Nov 10, 2004 8:03 am
- Forum: ActiveX
- Topic: How to use tfCrossPoints
- Replies: 3
- Views: 5273
How to use tfCrossPoints
I am trying to add a crosspoint line to my chart, but I cannot find how to add datasources to my crosspointline. My current code (simplified) looks like this, but does not work : lSerie = m_TChart.AddSeries(scPoint); m_TChart.Series(lSerie).SetFunction(tfCrossPoints); m_TChart.Series(lSerie).SetData...