LineSeries for complex datas

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Heinz
Newbie
Newbie
Posts: 18
Joined: Wed Jan 21, 2009 12:00 am

LineSeries for complex datas

Post by Heinz » Tue Jan 05, 2010 12:52 pm

Hi,

many data series do have complex values, means they are determined by common x-values and two y-properties:
Magnitude and Phase or Real- and Imaginary-part.

For now you have to use two independend series, one for magnitude and one for the phase.
One series assigned to the left axis and one to the right axis.

It would be great to have a new LineSeriesTyp for complex datas with x-values, y-values and y2-values and the according properties.
So f.e. it would be possible to hide magnitude and phase simultaneously by hiding the series instead of hiding two series one after the other.

Best regards

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: LineSeries for complex datas

Post by Yeray » Tue Jan 05, 2010 3:16 pm

Hi Heinz,

I'm not sure to understand how are you representing the complex numbers right now. To draw vectors you could use the Arrow series.

Could you please send us a simple example project we can run as-is to reproduce the situation here?

Thanks in advance.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Heinz
Newbie
Newbie
Posts: 18
Joined: Wed Jan 21, 2009 12:00 am

Re: LineSeries for complex datas

Post by Heinz » Wed Jan 06, 2010 4:23 pm

Hi Yeray,

I attached two pictures to show what the intention is.
The same result can be achieved by using two independend lineseries for amplitude and phase. But having many pairs of complex datas or mixed datas ("normal" data = 1 series / complex = 2 series) you have always to know which two series belong together whatever the user will do ( f.e. changing the order of the two series would falsify an operation because amplitude and phase would be interchanged).

Best regards
LineSeries for complex data1.jpg
LineSeries for complex data1.jpg (106.28 KiB) Viewed 5432 times
LineSeries for complex data2.jpg
LineSeries for complex data2.jpg (93.05 KiB) Viewed 5428 times

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: LineSeries for complex datas

Post by Narcís » Thu Jan 07, 2010 4:04 pm

Hi Heinz,

Thanks for your feedback. I'll add your request to the wish-list to be considered for inclusion in future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Heinz
Newbie
Newbie
Posts: 18
Joined: Wed Jan 21, 2009 12:00 am

Re: LineSeries for complex datas

Post by Heinz » Mon Jan 11, 2010 10:13 am

Hi Narcis,

many thanks and best regards

Post Reply