共用方式為


Chart.CurrentImageLocation 屬性

定義

取得目前圖片的網址,控制項將被渲染成該 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,則此性質無效。

適用於