Page 1 of 1

How to have a linechart and a target area shown?

Posted: Tue Jan 06, 2015 11:09 pm
by 16569278
Hi.
I would like to achieve the following chart: A simple line chart and at the same time an area that is showing target bounds of the line series value. The linechart is supposed to show bloodsugar values which shall be in a value range from x to y. I want to visualize this range in a color that is different to the chart background (something like light green). But I do not know how to achieve this green area which shall indicate the value range in which the line chart should be in the best case. An area chart seems to be not suitable because it cannot be drawn from another start value than 0 - or am I wrong.
Is there any pdf documentation on the componentset? I cannot find it on my laptop.

Re: How to have a linechart and a target area shown?

Posted: Wed Jan 07, 2015 9:10 am
by yeray
Hi Roland,

Have you tried using a ColorBand Tool?
The features demo shows an example about it:
2015-01-07_1008.png
2015-01-07_1008.png (152.04 KiB) Viewed 9434 times

Re: How to have a linechart and a target area shown?

Posted: Wed Jan 07, 2015 10:38 am
by 16569278
That would be exactly what I need.
Is it available in FMX - I'll check.
Thanks.

Re: How to have a linechart and a target area shown?

Posted: Sat Jan 17, 2015 11:34 pm
by 16569278
This worked great for me. Thanks.