Compartir a través de


Legend.IsTextAutoFit Propiedad

Definición

Obtiene o establece una marca que indica si el tamaño del texto de la leyenda se ajusta automáticamente.

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

Valor de propiedad

Boolean

Es true si el tamaño del texto de la leyenda se ajusta automáticamente; de lo contrario, es false.

Atributos

Se aplica a