Legend::TitleForeColor Property

.NET Framework (current version)
 

Gets or sets the text color of the legend title.

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

public:
[TypeConverterAttribute((ColorConverter^::typeid))]
property Color TitleForeColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

A Color value used to draw the title text color. The default value is Black.

.NET Framework
Available since 4.0
Return to top
Show: