Chart.GetBytes(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.