In This Topic
Find the plot element by its name.
Syntax
'Declaration
Public Function FindPlotElement( _
ByVal As String _
) As Object
'Usage
Dim instance As C1Chart
Dim name As String
Dim value As Object
value = instance.FindPlotElement(name)
public object FindPlotElement(
string
)
Parameters
- name
- The name of element to find.
Return Value
The plot element with the specified name.
See Also