We are using ValueMarker to draw limit lines on the chart (line 1 and 2). How can we draw something like line 3?
I found following ways which are close to what I want but if there is better way to draw this, I would like to use that -
- Creating seperate plot for drawing the line 3.
- Using Level Renderer to draw something like mentioned in this question.