Axis.IsLabelAutoFit Propiedad

Definición

Obtiene o establece una marca que determina si las etiquetas del eje se ajustan automáticamente.

public:
 property bool IsLabelAutoFit { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsLabelAutoFit { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsLabelAutoFit : bool with get, set
Public Property IsLabelAutoFit As Boolean

Valor de propiedad

true si las etiquetas del eje se ajustan automáticamente; de lo contrario, false.

Atributos

Se aplica a