Share via


DataPointCustomProperties.IsValueShownAsLabel Propiedad

Definición

Obtiene o establece una marca que indica si se va a mostrar el valor del punto de datos en la etiqueta.

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

Valor de propiedad

true para mostrar el valor del punto de datos en la etiqueta; si no, false.

Atributos

Se aplica a