Hi,
is there any functionality to draw the Min and Max lines against the actual values? (Similar to the picture below)
Thanks.
Hi Elton,
The best way to do this would be to create 3 LineSeries and assign them data with a Y value set to where you want the line to be. Your data can be just two data points with the same Y value so the line will display straight horizontally.
I have attached a sample that demonstrates what I mean. Let me know if you have any questions.
Let me know if you have any further questions on this matter.