Syntax
Public Function chartID() As Long
Description
This function is used to return the ID of the current chart.
Parameters
No parameters.
Return value
Returns chart ID as a value of type long.
Sample
Public Sub main()AlertMessage ChartID() ' Returns the current chart IDEnd Sub
See Also