Pablo.
To label only data points larger than the value 5 with the word 'high'
one could set data labels to be the Y values,
and then format the labels with the userformat [>5]"high";
Hans T.
How would I code it if I wanted it to show the X value of points
larger than 5 instead of the label "high". [>5]"Xvalue"; - This
doesn't work, but I assume there is some coding for xValue.