Share via


DataPointCustomProperties.BackImage Propiedad

Definición

Obtiene o establece la imagen de fondo del punto de datos.

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

Valor de propiedad

La imagen de fondo del punto de datos.

Atributos

Se aplica a