通过


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.UseHttpHandler.,则ImageStorageMode此属性无效。

适用于