Search found 7 matches

by hsauro
Sat Dec 25, 2010 12:48 am
Forum: VCL
Topic: Show Chart Editor
Replies: 4
Views: 9772

Show Chart Editor

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
by hsauro
Mon Oct 09, 2006 5:20 pm
Forum: VCL
Topic: TeeGDIPlus and Antialias
Replies: 3
Views: 6049

As I said in the email, I'm using 7.08 which is the latest. It must be something about the type of graphing I'm doing although its just simple line plots. I will try it agian to see if I can get it to work.

Herbert
by hsauro
Sat Oct 07, 2006 10:28 pm
Forum: VCL
Topic: TeeGDIPlus and Antialias
Replies: 3
Views: 6049

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 ...
by hsauro
Mon Apr 03, 2006 5:03 pm
Forum: VCL
Topic: Copy data from 'Editing Chart' Panel
Replies: 2
Views: 5060

That's good news, I know users find the edit window quite daunting at first. A simple rightlick over the grid would be useful.
Herbert Sauro
by hsauro
Thu Mar 23, 2006 7:59 am
Forum: VCL
Topic: Copy data from 'Editing Chart' Panel
Replies: 2
Views: 5060

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...
by hsauro
Thu Mar 16, 2006 10:05 pm
Forum: VCL
Topic: SeriesTextSource, why use it?
Replies: 2
Views: 4989

Thanks for the reply, in the end it was easier to use a CSV reader to load the data in ourselves. It would be nice if the text component had the option to create the series objects aswell, say by passing the class of the series to the call. But it's ok, we implemented the requirement.
by hsauro
Thu Mar 16, 2006 4:07 am
Forum: VCL
Topic: SeriesTextSource, why use it?
Replies: 2
Views: 4989

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...