Maybe you can use these functions:
Chart.SaveToBitmapFile
Chart.SaveToMetafile
Bert
Search found 17 matches
- Thu Aug 18, 2005 7:40 am
- Forum: VCL
- Topic: mixing metafiles and bitmaps
- Replies: 3
- Views: 7327
- Thu Aug 04, 2005 12:38 pm
- Forum: VCL
- Topic: ClickableLine issue
- Replies: 11
- Views: 15415
- Thu Jan 27, 2005 12:23 pm
- Forum: VCL
- Topic: ClickableLine issue
- Replies: 11
- Views: 15415
- Mon Jan 03, 2005 1:26 pm
- Forum: VCL
- Topic: ClickableLine issue
- Replies: 11
- Views: 15415
- Thu Dec 30, 2004 2:27 pm
- Forum: VCL
- Topic: ClickableLine issue
- Replies: 11
- Views: 15415
- Fri Dec 24, 2004 9:00 am
- Forum: VCL
- Topic: ClickableLine issue
- Replies: 11
- Views: 15415
- Thu Dec 23, 2004 1:10 pm
- Forum: VCL
- Topic: ClickableLine issue
- Replies: 11
- Views: 15415
Hello Pep, I assume that you found the demo in Tee7New.exe. When you start the demo, you will see values 0, 1, .. 7 on the X-axis of the chart. Now you can click on the line between X-values 0 and 1. Move the chart to the left a little bit, until the X-value 0 disappears from the X-axis. Now you can...
- Wed Dec 22, 2004 1:12 pm
- Forum: VCL
- Topic: ClickableLine issue
- Replies: 11
- Views: 15415
ClickableLine issue
Hello, I am a happy user of TeeChart 6 but found the following problem with ClickableLine. The easiest way to demonstrate it is by using the TeeChart7 demo application and search for ClickableLine. There is one demo. The problem is that you cannot click the line when X-value of the left point of the...
- Wed Apr 28, 2004 7:09 pm
- Forum: VCL
- Topic: TCursorTool & Chart redraw
- Replies: 9
- Views: 18326
- Tue Apr 27, 2004 3:04 pm
- Forum: VCL
- Topic: TCursorTool & Chart redraw
- Replies: 9
- Views: 18326
- Mon Apr 19, 2004 6:04 pm
- Forum: VCL
- Topic: TCursorTool & Chart redraw
- Replies: 9
- Views: 18326
- Fri Apr 16, 2004 6:48 am
- Forum: VCL
- Topic: TCursorTool & Chart redraw
- Replies: 9
- Views: 18326
- Tue Apr 13, 2004 12:45 pm
- Forum: VCL
- Topic: TCursorTool & Chart redraw
- Replies: 9
- Views: 18326
TCursorTool & Chart redraw
I am using a CursorTool (TChart 6.01, Delphi 6) in a sort of playback situation. Around 4 times a second I use CursorTool.XValue := NewValue; to set the cursor to a new position. It seems that the Chart (2 x TBarSeries) is redrawn every time I set the cursor to a new position, because my application...
- Wed Mar 17, 2004 10:22 pm
- Forum: VCL
- Topic: RemoveAllLinkedSeries
- Replies: 5
- Views: 13679
After removing as much from my application as I could to isolate the problem, I still didn't get much further. At some point it seemed that removing the uses of some DevExpress components solved the problem. But then ... an update of my database was engine released. This solved the problem. I have t...
- Tue Feb 24, 2004 6:45 pm
- Forum: VCL
- Topic: RemoveAllLinkedSeries
- Replies: 5
- Views: 13679
I am removing parts from my application to create an example as small as possible to reproduce the problem, but it is not as easy as it sounds. The set of components used in the application includes: QuantumGrid 4, NavBar, ExpressBar, NexusDB, FastReport and TeeChart 6.01. It strikes me that the onl...