• Open in:

Divergent Lines

This demo shows how an XYChart can combine several smoothed LineSeries to depict projections using divergent lines. Divergent lines refer to a set of lines that originate from a common point and gradually spread or move apart from each other as they extend further. These lines exhibit a diverging pattern, creating increasing space or distance between them.

Implementation details

We created 4 smoothed line series here: 1 for the observed value range (solid line) and 3 for the projections (dashed). As projection series start where the observed series ends, we gete a continuous looks we are after.

Related tutorials

Demo source