Is there a way to position the labels for the markers? I have 3 graphs but the label for the top datapoint gets clipped off... I would like to reposition to either left or right.
As you can see the label for the top red square doesnt show up it is cutoff about like the 3rd graph..
Also I have a zero value on the first graph, why wouldnt the label for it show up.
Hello,
You can fix the clipping by specifying the Minimum / Maximum range on Y axis to make sure the specified range is higher than the highest data point. The same can be applied to the lowest point, in your case a zero, and for that you can set the Minimum to be a negative number, here is an example:
Minimum
="-1" Maximum="500" AutoRange="False" Unit="100"/>