[]
Find the plot element by its name.
public object FindPlotElement(string name)
Public Function FindPlotElement(name As String) As Object
| Type | Name | Description |
|---|---|---|
| string | name | The name of element to find. |
| Type | Description |
|---|---|
| object | The plot element with the specified name. |