Chart.CurrentImageLocation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前圖片的網址,控制項將被渲染成該 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
屬性值
一個 string 代表當前圖表影像網址的值。
- 屬性
備註
若 ImageStorageMode 該性質被設定為 ImageStorageMode.UseHttpHandler,則此性質無效。