Chart.GetBytes(String) Method

Definition

Returns a chart image as a byte array.

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

Parameters

format
String

The image format. The default is "jpeg".

Returns

Byte[]

The chart.

Applies to