Page 1 of 1

Presenting a Single Point in a PointLineSeries as as a Line

Posted: Sat Apr 08, 2017 5:05 pm
by plotter
I have 15 series of data, some have thousands of data points, others have 1 (like alarm limits for instance)
I need to present the 1 point series as a high or low alarm (a plot line that extends from beginning of data to end)
Currently I am detecting 1 point series, then copying it to create a 'beginning' and 'ending' point, to make the series line present properly.
Is there a better way to do this ?, as I am technically contaminating the data by adding to additional points that were not originally there, and it feels like a dirty solution.

Thanks,

Re: Presenting a Single Point in a PointLineSeries as as a L

Posted: Mon Apr 10, 2017 7:02 pm
by ArctionPasi
Hi,

to show horizontal line going from left edge to right edge at specific Y value, simply use a ConstantLine (in ViewXY.ConstantLines).