Access to Objects
This section provides functions to manage and interact with chart objects. These functions allow you to create, remove, and modify objects on a chart.
Available Functions
CreateChartObject: Creates a new chart object.RemoveAllObjects: Removes all objects from a chart.DoesChartObjectExist: Checks if a chart object exists.GetObjectText: Retrieves the text of a chart object.GetObjectType: Retrieves the type of a chart object.GetObjectName: Retrieves the name of a chart object.GetObjectCount: Retrieves the count of objects on a chart.RemoveChartObject: Removes a specific chart object.SetObjectText: Sets the text of a chart object.GetObjectProperty: Retrieves a property of a chart object.SetObjectProperty: Sets a property of a chart object.
Click on any function name to view its detailed documentation.
Last updated