If I select a specific point from serie in a chart, I get three parameters:
- ElementID, the selected item, in my case, xlSeries
- Arg1, the SeriesIndex
- Arg2, the PointIndex
So, if I want to know the description of the Serie,
? ActiveChart.SeriesCollection(Arg1).Name But, if I want to know...