Axis::LabelAutoFitStyle Property

.NET Framework (current version)
 

Gets or sets the allowable label changes that can be made to enable the label to be fit along an axis.

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

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

The IsLabelAutoFit property must be set to true.

.NET Framework
Available since 4.0
Return to top
Show: