Chart.CurrentImageLocation Propiedad

Definición

Obtiene la dirección URL de la imagen actual en la que se representará el control Chart.

public:
 property System::String ^ CurrentImageLocation { System::String ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public string CurrentImageLocation { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.CurrentImageLocation : string
Public ReadOnly Property CurrentImageLocation As String

Valor de propiedad

String

Un valor de tipo string que representa la dirección URL del archivo de imagen actual.

Atributos

Comentarios

Esta propiedad no tiene ningún efecto si la ImageStorageMode propiedad está establecida ImageStorageMode.UseHttpHandleren .

Se aplica a