Legend::AutoFitMinFontSize Property

.NET Framework (current version)
 

Gets or sets the minimum font size that can be used by the autofitting algorithm for the legend text.

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

public:
property int AutoFitMinFontSize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An integer value that represents the minimum font size that can be used by the autofitting algorithm for the legend text.

.NET Framework
Available since 4.0
Return to top
Show: