Anyone know how to add specific legend entries in the chart object?
Printable View
Anyone know how to add specific legend entries in the chart object?
You mean to customize a particular point label?
VB Code:
ActiveChart.SeriesCollection(1).DataLabels.Select ActiveChart.SeriesCollection(1).Points(3).DataLabel.Select Selection.Characters.Text = "VB-Guru"