I would like to programmatically add a legend to some points in my excel chart as you can see below.
I can already control each point color so I thought it wouldn't be so hard, however I can't find how to edit this legend (On the picture I created and edited it manually by adding a tag).
I wanted to use something like cht.Legend.LegendEntries(1).Value = "lol"
But this obviously doesn't work...
Can anyone help me on this ? Thank you in advance!