Find the plot element by its name.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public Object FindPlotElement(
	string name
)
Visual Basic
Public Function FindPlotElement ( _
	name As String _
) As Object

Parameters

name
Type: System..::..String
The name of element to find.

Return Value

The plot element with the specified name.

See Also