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)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public virtual string Label { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Label : string with get, set
Public Overridable Property Label As String

Valor de propiedad

El texto de la etiqueta de punto de datos.

Atributos

Se aplica a