Is there any way to bring up the chart editor at runtime using Teechart standard that comes with Delphi 2010. I noticed that the chart editor can be shown at design time by right clicking on a chart. How can I do the same thing at runtime?
Thanks
Herbert
Search found 7 matches
- Sat Dec 25, 2010 12:48 am
- Forum: VCL
- Topic: Show Chart Editor
- Replies: 4
- Views: 10145
- Mon Oct 09, 2006 5:20 pm
- Forum: VCL
- Topic: TeeGDIPlus and Antialias
- Replies: 3
- Views: 6129
- Sat Oct 07, 2006 10:28 pm
- Forum: VCL
- Topic: TeeGDIPlus and Antialias
- Replies: 3
- Views: 6129
TeeGDIPlus and Antialias
I've been trying out the GDI+ demo by including the TeeGDIPlus.pas in our project to see if we could get decent looking plots but unfortunately it crashes inside TeeGDIPlus when it calls View3DOptions.Repaint inside SetAnti. The TChart we have is a simple X/Y plot nothing very fancy. Do you know if ...
- Mon Apr 03, 2006 5:03 pm
- Forum: VCL
- Topic: Copy data from 'Editing Chart' Panel
- Replies: 2
- Views: 5119
- Thu Mar 23, 2006 7:59 am
- Forum: VCL
- Topic: Copy data from 'Editing Chart' Panel
- Replies: 2
- Views: 5119
Copy data from 'Editing Chart' Panel
In the "Editing Chart" window, the data tab shows the currently displayed data as a series of columns and rows. Is there any way for a user to copy this data into say the clipboard? I notice that right-clicking brings up a popup menu with items Append Row, Delete Row and Text Font... but is there an...
- Thu Mar 16, 2006 10:05 pm
- Forum: VCL
- Topic: SeriesTextSource, why use it?
- Replies: 2
- Views: 5050
- Thu Mar 16, 2006 4:07 am
- Forum: VCL
- Topic: SeriesTextSource, why use it?
- Replies: 2
- Views: 5050
SeriesTextSource, why use it?
A client wanted to import text data to graph along side some simulated data. We thought we'd use SeriesTextSource but after some experimentation we couldn't in the end see the point of using it. It turns out we have to manually create the series first before we can import the data. So I am wondering...