Legend::Title Property

.NET Framework (current version)
 

Gets or sets the text of the legend title.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
property String^ Title {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string value that represents the legend title text. The default value is a zero-length string.

.NET Framework
Available since 4.0
Return to top
Show: