Page 1 of 1
high-low with smooting?
Posted: Fri Feb 25, 2005 9:07 pm
by 8725765
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)?
Posted: Mon Feb 28, 2005 12:24 pm
by narcis
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.