ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.SaveImage Method (ByRef Byte[], ImageFormat)

Saves an image of the chart in a Byte array in the specified format.

[Visual Basic]

Overloads Public Sub SaveImage( _

ByRef ByteArray As Byte, _

ByVal ImgFmt As ImageFormat _

)

[C#]

public void SaveImage(

ref byte ByteArray,

ImageFormat ImgFmt

);

[Delphi]

public procedure SaveImage(

var ByteArray: Byte;

ImgFmt: ImageFormat

); overload;

Parameters

ByteArray

Byte array for image output.

ImgFmt

Image format.

See Also

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace | C1Chart.SaveImage Overload List


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.