Chart.CurrentImageLocation Proprietà

Definizione

Ottiene l'URL dell'immagine corrente in cui verrà eseguito il rendering del controllo 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

Valore della proprietà

Valore string che rappresenta l'URL dell'immagine del grafico corrente.

Attributi

Commenti

Questa proprietà non ha alcun effetto se la ImageStorageMode proprietà è impostata su ImageStorageMode.UseHttpHandler.

Si applica a