ComponentOne Chart for WPF and Silverlight
FindPlotElement Method


C1.WPF.C1Chart Namespace > C1Chart Class : FindPlotElement Method
The name of element to find.
Find the plot element by its name.
Syntax
'Declaration
 
Public Function FindPlotElement( _
   ByVal name As System.String _
) As System.Object
'Usage
 
Dim instance As C1Chart
Dim name As System.String
Dim value As System.Object
 
value = instance.FindPlotElement(name)
public System.object FindPlotElement( 
   System.string name
)

Parameters

name
The name of element to find.

Return Value

The plot element with the specified name.
See Also

Reference

C1Chart Class
C1Chart Members