high-low with smooting?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
joachim
Newbie
Newbie
Posts: 9
Joined: Thu Feb 05, 2004 5:00 am

high-low with smooting?

Post by joachim » Fri Feb 25, 2005 9:07 pm

Is it possible to draw a highlow series where the high and low graphs are the result of the smoothing function? Can I apply the smooting function to a highlow series (both, high AND low)?

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

Post by Narcís » Mon Feb 28, 2005 12:24 pm

Hi Joachim,

You may use smoothing functions as a source for a high low series. One for high values and another for low values. Setting interpolate=true will also help making the highlow series smoother.

To apply smoothing function to a highlow series you'd better forget about this series style and use 2 invisible line series. One for high values and another for low values. Then you should create 2 more lines with a smoothing function applied on them with the previous lines as sources. For the lines that connect the high values to the low values you can draw them directly on the canvas.
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

Post Reply