Is it possible to specify the fill direction explicitely?
At the moment, when displaying an Area series, the series is filled between the graph and zero. However, I sometimes need the filled area to be above or below the graph, independent of the actual value.
Alex
1 Answer, 1 is accepted
0
Peshito
Telerik team
answered on 10 Apr 2015, 02:33 PM
Hi Alexander,
One way of solving this is using Range series for example. You could also use Stack100 CombineMode of your series to stack two area series. Filling the graph below, can be achieved by manually specifying a range of your axis. For that purpose use the Minimum, Maximum and MajorStep properties of your vertical linear axis.
In case this is not what you expected, could you please elaborate a bit more on your scenario so we could give you a better solution.