Partilhar via


Chart.CurrentImageLocation Propriedade

Definição

Obtém a URL da imagem atual no qual o controle Chart será renderizado.

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 da propriedade

String

Um string valor que representa a URL da imagem do gráfico atual.

Atributos

Comentários

Essa propriedade não terá efeito se a ImageStorageMode propriedade estiver definida como ImageStorageMode.UseHttpHandler.

Aplica-se a