Share via


Chart.CurrentImageLocation 属性

定义

获取将呈现 Chart 控件的当前图像的 URL。

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 值,表示当前图表图像的 URL。

属性

注解

如果将 属性设置为 ImageStorageMode.UseHttpHandlerImageStorageMode则此属性无效。

适用于