DataPointCustomProperties.IsValueShownAsLabel Propriedade
Definição
Obtém ou define um sinalizador que indica se o valor do ponto de dados deve ser mostrado no rótulo.Gets or sets a flag that indicates whether to show the value of the data point on the label.
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 da propriedade
true se o valor do ponto de dados for mostrado no rótulo; caso contrário, false.true if the value of the data point is shown on the label; otherwise, false.
- Atributos