Jump to content

Display The last Y Value label for each column in Y-Axis in Scatter Plot


Recommended Posts

for your label, use a custom expression like this:
 

case  when [myx]=Max([myx]) then [myy] end

where "myx" is the name of your x axis column and "myy" is the name of your y axis column.
Set the label to always display. It will only display a label for the y value corresponding to the maximum x value (all other values of the label are set to null).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...