I have a script that takes in a range, as Selection, and at the end of the algo, generates a line graph of that data.
I want to add Callouts on the graph for specific data points...
I've been able to create the Callouts (partial code below), but I want the Callouts to show both the x & y values... currently it only shows the y value.
![]()
Please Login or Register to view this content.
Here is a picture of the output:
output.PNG
But, I want it to look like this:
Capture.PNG
SOLUTION:
![]()
Please Login or Register to view this content.
ALTERNATE SOLUTION:
![]()
Please Login or Register to view this content.
Bookmarks