I would like to draw discontinuous functions using the RadChart control looking something similar like this: example graph During browsing the documentation and the forum, I didn't find any straightforward solution to implement these kind of charts. Is this possible somehow?
My data I would like to display is actually a bunch of segments looking for example like this:
x1 x2 y
0.0 1.3 3.0
1.3 1.7 5.2
1.7 2.1 4.3
2.1 2.9 1.3
....
My data I would like to display is actually a bunch of segments looking for example like this:
x1 x2 y
0.0 1.3 3.0
1.3 1.7 5.2
1.7 2.1 4.3
2.1 2.9 1.3
....