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.
How to have a linechart and a target area shown?
Re: How to have a linechart and a target area shown?
Hi Roland,
Have you tried using a ColorBand Tool?
The features demo shows an example about it:
Have you tried using a ColorBand Tool?
The features demo shows an example about it:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How to have a linechart and a target area shown?
That would be exactly what I need.
Is it available in FMX - I'll check.
Thanks.
Is it available in FMX - I'll check.
Thanks.
Re: How to have a linechart and a target area shown?
This worked great for me. Thanks.