DoesChartObjectExist
Checks if a chart object with the specified name exists.
Syntax
Parameters
Parameter
Type
Description
uniqueObjectName
string
The unique name of the object to check
isStatic
boolean
Optional. Whether to check static objects (default: false)
Return Value
Returns a boolean
indicating whether the object exists (true
) or not (false
).
Description
The DoesChartObjectExist
method checks for the existence of a chart object with the specified name. It can check for both regular and static objects, depending on the isStatic
parameter.
Example
Last updated