Legend::IsTextAutoFit Property

.NET Framework (current version)
 

Gets or sets a flag that indicates whether the legend text is automatically sized.

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

public:
[BindableAttribute(true)]
property bool IsTextAutoFit {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the legend text is automatically sized; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: