ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.GetMetafile Method

Overload List

Obtains an metafile of the current chart display using the specified size.

[Visual Basic] Overloads Public Function GetMetafile() As Metafile

[C#] public Metafile GetMetafile();

[Delphi] public  function GetMetafile() : Metafile; overload;

Obtains an metafile of the current chart display using the specified size.

[Visual Basic] Overloads Public Function GetMetafile(Size) As Metafile

[C#] public Metafile GetMetafile(Size);

[Delphi] public  function GetMetafile(Size) : Metafile; overload;

Obtains an metafile of the current chart display using the specified size and type.

[Visual Basic] Overloads Public Function GetMetafile(Size, EmfType) As Metafile

[C#] public Metafile GetMetafile(Size, EmfType);

[Delphi] public  function GetMetafile(Size; EmfType) : Metafile; overload;

See Also

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


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