Hello, I'm creating LineSeries Sivlerlight chart to display changes of the system performance in real time.
The Y coordinate is numeric performance value, X is the date when this value was retrieved.
I need to add line that would represent upper limit for those values that are considered to be normal, so the user can easily see what limits have exceeded their limit and what limits haven't.
The line should also be in the chart legend. The line will be added dynamically from code during the retrieving of results.
Thanks.