Object Reference > ChartLabels Collection > ChartLabels Collection Properties > Item Property (ChartLabels) |
Item Property (ChartLabels)
Specifies a specific ChartLabel object from the collection.
Property Item(Index) As ChartLabel (read-only)
Indexed by number (with 1 representing the first object in the collection) or by the value of the Name property. If multiple items in the collection share the same name, the first entry (lowest numerical index) will be indicated.
See Also