Dynamic graph Y min and max labels.
Hi!
I have a dynamic graph that I want to autoscale depending on max and min of the curve. So each time I get a new value I redraw the graph with the new Y range. I also want my graph to have two Y Axis labels: min and max. How do I achieve that? For example, if I set range to (12, 57) I want to see only those two labels: 12 and 57. So far I can only make it show 57 (if I set Label interval to 57), but not 12.
