GetObjectCount
Returns the total number of chart objects.
Syntax
Parameters
Parameter
Type
Description
isStatic
boolean
Optional. Whether to count static objects (default: false)
Return Value
Returns a number
representing the total count of chart objects.
Description
The GetObjectCount
method returns the total number of objects in the chart. It can count either regular objects or static objects, depending on the isStatic
parameter.
Example
Last updated