ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1Chart Class / FindPlotElement Method
The name of element to find.


In This Topic
    FindPlotElement Method
    In This Topic
    Find the plot element by its name.
    Syntax
    'Declaration
     
    
    Public Function FindPlotElement( _
       ByVal name 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 name
    )

    Parameters

    name
    The name of element to find.

    Return Value

    The plot element with the specified name.
    See Also