Hi,
I'd like to fill in with color the area between two lines (data series) in a line chart. I've used Area chart but it always fills all the way down to the x-axis. I can't get it to fill on between two series and not go all the way to the x-axis.
I did find a way to do it but with the old deprecated API:
Line Fills chm [Line, Radar]
You can fill the area below a data line with a solid color.
You can combine line fills with any other chm parameters using a pipe character ( | ) to separate the chm parameters.
Syntax: chm= <b_or_B>,<color>,<start_line_index>,<end_line_index>,<0>
Is there any way to do it with the new API?
Many thanks.