I have a DBChart
graph with a string with float
values on the y
axis and datetime on x
. I wanted to add a horizontal line according to a defined value of the y
axis. The DBChart
has the function of adding these lines with maximum and minimum values, however the values for line in my case will come from another dataset
.
Is there a simple way to do this? What I do now is to always add two points to create a horizontal line.