LineSeries with 'aura'

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Whookie
Newbie
Newbie
Posts: 28
Joined: Fri Sep 24, 2004 4:00 am

LineSeries with 'aura'

Post by Whookie » Wed Jul 10, 2013 1:11 pm

What is the best way to do the following:
I need to draw a line (eg. median) with an aura formed from the minima and maxima of a set of lines (~10-500).
The attached image is an example taken from MatLab to show what I try to accomplish.

The example just shows on set but I need to add a lot of that aura-lines in one chart...

TIA
Whookie
Attachments
aura.jpg
aura.jpg (31.27 KiB) Viewed 3578 times

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

Re: LineSeries with 'aura'

Post by Yeray » Wed Jul 10, 2013 2:06 pm

Hi TIA,

I'd draw two extra line series for the upper and lower parts of the "aura". Then, you could add a SeriesRegion tool to paint the area defined by both series.
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

Post Reply