Title Constructor (String, Docking)

.NET Framework (current version)
 

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

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

Public Sub New (
	text As String,
	docking As Docking
)

Parameters

text
Type: System.String

A string that represents the text for the title.

docking
Type: System.Web.UI.DataVisualization.Charting.Docking

A Docking enumeration value that determines where the title will be docked on the chart.

.NET Framework
Available since 4.0
Return to top
Show: