Skip to content

FindObject Method

FindObject

Summary

Finds the chart object of the specified name.

Signature

1
public abstract ChartObject FindObject(string objectName)

Parameters

Name Type Description
objectName string The name of the object.

Return Value

ChartObject

Declaring Type

cAlgo.API.ChartArea


Last update: March 17, 2023