Search found 132 matches
- Fri Apr 20, 2007 5:48 pm
- Forum: VCL
- Topic: Drawing surface chart - cpu intensive - misses timer events
- Replies: 2
- Views: 9334
Are you using the Multimedia timer ? I have found with XP (and maybe 2000) that at 10 Hz its callback function does not get missed even when opening several large applications or dragging a window around or minimizing a window. Earlier OS's or the standard Delphi Timer often have missed periods last...
- Fri Jan 26, 2007 2:06 pm
- Forum: Beta versions
- Topic: Teechart Version 3 .NET Cursor Performance
- Replies: 20
- Views: 218260
I use cursors with VCL in WIN32 and do not know if the following applies to the .NET version. When the cursor moves, is the matching data point being searched for ? If so, I believe the VCL version always starts it search from the begiining of the data values list. It seems a quicker approach would ...
- Fri Jan 19, 2007 2:18 pm
- Forum: VCL
- Topic: Zooming boundaries...
- Replies: 11
- Views: 24876
Marjan, Wish list : could both your suggested behaviors (do not allow user to begin a zoom if they are outside the chart's inner rect and do not allow the zoom box rectangle to be dragged outside the chart's inner rect) be made a settable property of a chart ? Something like RestrictZoomToInnerRect ...
- Wed Jan 10, 2007 5:58 pm
- Forum: VCL
- Topic: Insert TeeChart into Excel through OLE
- Replies: 8
- Views: 20529
- Thu Dec 21, 2006 7:55 pm
- Forum: VCL
- Topic: Nearest Point tool has bad performance for big series
- Replies: 10
- Views: 21689
- Tue Dec 12, 2006 1:28 pm
- Forum: VCL
- Topic: [Bug report] "Crazy" cursor tool
- Replies: 4
- Views: 12829
FollowMouse and Snap are set True. for i := 0 to 100 do series1.AddY(10000 + random(60000)); As the cursor is moved say slightly up along the Y axis, the cursor's X position might jump far away from its current position. This is because there is another X,Y pair whose Y data value is nearer to the n...
- Mon Nov 06, 2006 1:26 pm
- Forum: VCL
- Topic: Custom Labels
- Replies: 1
- Views: 7264
- Mon Sep 25, 2006 2:23 pm
- Forum: VCL
- Topic: TeeChart v8 VCL Beta Released
- Replies: 58
- Views: 102645
- Mon Sep 25, 2006 12:32 pm
- Forum: VCL
- Topic: TeeChart v8 VCL Beta Released
- Replies: 58
- Views: 102645
I would very much like to beta test. I have beta tested versions 5 and 6, appreciated seeing my suggestions and bug reports implemented and would like to see this new release as bug free and its new features as fully developed as possible out-the-door. I am quite detail oriented and picky, use TChar...
- Wed Sep 06, 2006 3:53 pm
- Forum: VCL
- Topic: HorizLine series PDF Export always shows OutLine and LinePen
- Replies: 5
- Views: 12944
- Tue Sep 05, 2006 12:54 pm
- Forum: VCL
- Topic: Setting same ChartRect for two charts
- Replies: 5
- Views: 13553
- Tue Sep 05, 2006 12:51 pm
- Forum: VCL
- Topic: Tcolorgridseries and speed
- Replies: 5
- Views: 13881
- Thu Aug 03, 2006 2:17 pm
- Forum: VCL
- Topic: Color Line with Marks Tips
- Replies: 2
- Views: 8570
Perhaps use a CursorTool with Snap = false and respond to its OnChange event. Note that with Snap=false, the OnChange event's ValueIndex will = -1. Maybe use another hidden CursorTool with Snap = true and check if the two CursorTools XValues are the same. However, the CursorTool with Snap=false has ...
- Tue Aug 01, 2006 2:36 pm
- Forum: VCL
- Topic: CursorTool Z position in Point3D series
- Replies: 4
- Views: 12277
A NearestPoint tool trackes the correct data value and draws its line to the correct Z Position. It might be used to change the CursorTool's X and Y values to visually make the cursor appear to be located over the correct Snapped position at the correct Z Position. That would require being able to c...
- Tue Aug 01, 2006 1:49 pm
- Forum: VCL
- Topic: CursorTool Z position in Point3D series
- Replies: 4
- Views: 12277