TitleCollection.Add Method (String)

.NET Framework (current version)
 

Adds a Title object with the specified name to the end of the collection.

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

Public Function Add (
	name As String
) As Title

Parameters

name
Type: System.String

The name of the title to add to the collection.

Return Value

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

A string value that represents the zero-based index of the added title.

.NET Framework
Available since 4.0
Return to top
Show: