RemoveChartObject
Removes a chart object with the specified name.
Syntax
Parameters
Parameter
Type
Description
uniqueObjectName
string
The unique name of the object to remove
isStatic
boolean
Optional. Whether the object is static (default: false)
Description
The RemoveChartObject
method removes a specified chart object from the chart. The object is identified by its unique name. If the object is static (persists across all timeframes), set the isStatic
parameter to true.
Example
Last updated