共用方式為


Chart.GetBytes(String) 方法

定義

以位元組陣列傳回圖表影像。

public byte[] GetBytes (string format = "jpeg");
member this.GetBytes : string -> byte[]
Public Function GetBytes (Optional format As String = "jpeg") As Byte()

參數

format
String

影像格式。 預設值為 "jpeg"。

傳回

Byte[]

圖表。

適用於