Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
830
clipped markers and positioning question
posted

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.

  • 7305
    Verified Answer
    posted

    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"/>