Compartir por


Chart.CurrentImageLocation Propiedad

Definición

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

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

Valor string que representa la dirección URL de la imagen del gráfico actual.

Atributos

Comentarios

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

Se aplica a