Chart::ForeColor Property

.NET Framework (current version)
 

Gets or sets the text color of the Chart control.

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

public:
[BindableAttribute(false)]
[BrowsableAttribute(false)]
[TypeConverterAttribute((ColorConverter^::typeid))]
property Color ForeColor {
	virtual Color get() override;
	virtual void set(Color value) override;
}

Property Value

Type: System.Drawing::Color

A Color value that specifies the text color of the chart.

This property is not applicable to this class.

.NET Framework
Available since 4.0
Return to top
Show: