ChartNamedElementCollection<T>::FindByName Method (String^)

.NET Framework (current version)
 

Finds the chart element by the specified name.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
virtual T FindByName(
	String^ name
)

Parameters

name
Type: System::String^

The name of the chart element.

Return Value

Type: T

The ChartNamedElement object of the specified name in the collection.

.NET Framework
Available since 4.0
Return to top
Show: