dotnetCHARTING Send comments on this topic.
GetChartMetafile Method
See Also 
dotnetCHARTING Namespace > Chart Class : GetChartMetafile Method


Returns the metafile contains records that describe a sequence of graphics operations that can be recorded (constructed) and played back (displayed).

Syntax

Visual Basic (Declaration) 
Public Function GetChartMetafile() As Metafile
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Metafile
 
value = instance.GetChartMetafile()
C# 
public Metafile GetChartMetafile()

Return Value

A Metafile of the chart image.

See Also

© 2010 All Rights Reserved.