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[]

图表。

适用于