DataPointCustomProperties.Label Propiedad

Definición

Obtiene o establece el texto de la etiqueta del punto de datos.

public:
 virtual property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public virtual string Label { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Label : string with get, set
Public Overridable Property Label As String

Valor de propiedad

Valor de tipo string que representa la etiqueta de texto del punto de datos.

Atributos

Se aplica a