AnnotationCollection.FindByName Method (String)

.NET Framework (current version)
 

Finds an annotation in the collection by name.

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

Public Overrides Function FindByName (
	name As String
) As Annotation

Parameters

name
Type: System.String

The name of the annotation to find.

Return Value

Type: System.Web.UI.DataVisualization.Charting.Annotation

An Annotation object, or null if the object does not exist.

.NET Framework
Available since 4.0
Return to top
Show: