Compartir a través de


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)]
public bool IsValueShownAsLabel { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsValueShownAsLabel : bool with get, set
Public Property IsValueShownAsLabel As Boolean

Valor de propiedad

Boolean

true si el valor del puntos de datos se muestra en la etiqueta; si no, false.

Atributos

Se aplica a