Title Constructor (String, Docking, Font, Color)

.NET Framework (current version)
 

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

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

public Title(
	string text,
	Docking docking,
	Font font,
	Color color
)

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.

font
Type: System.Drawing.Font

The font used to draw the title.

color
Type: System.Drawing.Color

The color used to draw the title.

.NET Framework
Available since 4.0
Return to top
Show: