ChartNamedElementCollection<'T>.FindByName Method (String)

.NET Framework (current version)
 

Finds the chart element by the specified name.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

abstract FindByName : 
        name:string -> 'T
override FindByName : 
        name:string -> 'T

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: