Chart.CurrentImageLocation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取将呈现 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则此属性无效。