looking for a function / class to access the names of all objects on a chart

 
also, can i iterate through objects on chart using CObject Prev and Next methods?
 
Eliy Arlev :
also, can i iterate through objects on chart using CObject Prev and Next methods?
Maybe better to use this: ObjectsTotal
 

looking for a function / class to access the names of all objects on a chart 

ObjectsTotal and ObjectName

Eliy Arlev:
also, can i iterate through objects on chart using CObject Prev and Next methods?

CObject is a class from Standard Library, it has nothing to do with objects on chart.

 

Thank you very much ObjectName is exactly what i was looking for, unfortunately i missed it in the reference.

CChartObject derived from CObject 

class CChartObject : public CObject

and indeed it has prev and next methods in it's member list

Reason: