Chart.ToWebImage(String) 方法

定義

根據目前的 Chart 物件建立 WebImage 物件。

public System.Web.Helpers.WebImage ToWebImage (string format = "jpeg");
member this.ToWebImage : string -> System.Web.Helpers.WebImage
Public Function ToWebImage (Optional format As String = "jpeg") As WebImage

參數

format
String

要儲存 WebImage 物件之影像的格式。 預設值為 "jpeg"。 參數 format 不區分大小寫。

傳回

圖表。

適用於