Title Constructor (String)

.NET Framework (current version)
 

Initializes a new instance of the Title class with the specified title text.

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

public Title(
	string text
)

Parameters

text
Type: System.String

A string that represents the text for the title.

.NET Framework
Available since 4.0
Return to top
Show: