Is there a way to see when some legend items are not displayed? My dynamic chart has a legend with dynamic area size. So depending on amount of series and the legend are, some legend entries may not be shown (no space for them). I just want to add a warning to my user in such a case. I have tried :
ActiveChart.Legend.LegendEntries(x).Top compared to (ActiveChart.Legend.Top + ActiveChart.Legend.Height)
but ActiveChart.Legend.LegendEntries(x).Top for items not displayed did not give decisive correlation with visibility. Did see some random values >80 000 but then others that were similar to that of my displayed items.
Any help welcome.
ActiveChart.Legend.LegendEntries(x).Top compared to (ActiveChart.Legend.Top + ActiveChart.Legend.Height)
but ActiveChart.Legend.LegendEntries(x).Top for items not displayed did not give decisive correlation with visibility. Did see some random values >80 000 but then others that were similar to that of my displayed items.
Any help welcome.