I have 3 columns consisting of; a label (an area name), an X value and a Y value. There are 365 rows.
The X and Y values have been charted in an XY Scatter Plot.
If I click on an individual data point in the chart, a text box appears with a label like: Series 1, 29.5, 37.6.
Is it possible, using VBA if necessary, to be able to display the label in some way (the area name, from the first column) for the selected data point?
The X and Y values have been charted in an XY Scatter Plot.
If I click on an individual data point in the chart, a text box appears with a label like: Series 1, 29.5, 37.6.
Is it possible, using VBA if necessary, to be able to display the label in some way (the area name, from the first column) for the selected data point?