다음을 통해 공유


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

차트입니다.

적용 대상