Search found 9 matches

by MarcelIbis
Wed Dec 04, 2013 11:59 am
Forum: VCL
Topic: Can I only export active series to a text file.
Replies: 11
Views: 23297

Re: Can I only export active series to a text file.

Hello David,

Great! Thanks for this update.
Could every wish of me being solved this way. :wink:

In which version is this implemented?

Regards,

Marcel Horsthuis.
by MarcelIbis
Wed Aug 01, 2012 3:15 pm
Forum: VCL
Topic: Can I only export active series to a text file.
Replies: 11
Views: 23297

Re: Can I only export active series to a text file.

Hello Yeray

Your workarround works great. :D
Saves time to create and fill the series again!

One minor detail, I had to include the TeEngine unit in the uses clause for version 8.

Thanks for the grear service.

Regards,

Marcel
by MarcelIbis
Wed Aug 01, 2012 12:52 pm
Forum: VCL
Topic: Can I only export active series to a text file.
Replies: 11
Views: 23297

Re: Can I only export active series to a text file.

Hello Yeray Thank you for your suggestions to improve the export function. For the time being I use the following workarround: I delete the non active series before the export as shown below. Than create the series again. for i := Chart.SeriesList.Count -1 downto 0 do begin if not Chart.Series .Acti...
by MarcelIbis
Mon Jul 30, 2012 8:47 am
Forum: VCL
Topic: Can I only export active series to a text file.
Replies: 11
Views: 23297

Re: Can I only export active series to a text file.

Hello Yeray, Thanks for your reply. I noticed that in the TChartEditor component you have the oportunity to select all sereies or select one serie (see tab Export, Data). Can this code not be used to add only the active series to the TSeriesDataText component? If yes, do you have an example how to a...
by MarcelIbis
Wed Jul 25, 2012 8:16 am
Forum: VCL
Topic: Can I only export active series to a text file.
Replies: 11
Views: 23297

Can I only export active series to a text file.

Hello, I'm using the TSeriesDataText to export the data to a text (csv) file. The user can activate and de-activate the series and wants only the active series to be exported. I noticed that all the series (active and de-active) are exported to the text file. Is there a way to only export the active...
by MarcelIbis
Wed Jul 25, 2012 8:15 am
Forum: VCL
Topic: Can I export only active series to csv file?
Replies: 2
Views: 25806

Re: Can I export only active series to csv file?

Sorry

This should be asked at TeeChart < VCL

Marcel.
by MarcelIbis
Wed Jul 25, 2012 7:57 am
Forum: VCL
Topic: Can I export only active series to csv file?
Replies: 2
Views: 25806

Can I export only active series to csv file?

Hello, I'm using the TSeriesDataText to export the data to a text (csv) file. The user can activate and de-activate the series and wants only the active series to be exported. I noticed that all the series (active and de-active) are exported to the text file. Is there a way to only export the active...
by MarcelIbis
Tue Feb 10, 2009 1:57 pm
Forum: VCL
Topic: How to convert a pixel point to a chart point
Replies: 2
Views: 6484

Hello Yeray,

Thank you for your suggestion.
Exactly what I needed!!

Marcel
by MarcelIbis
Tue Feb 03, 2009 1:30 pm
Forum: VCL
Topic: How to convert a pixel point to a chart point
Replies: 2
Views: 6484

How to convert a pixel point to a chart point

How can I convert a point(x,y) from a mousemove event into a point of the chart x and Y axis?
Thanks in advance.

Marcel