dotnetCHARTING Send comments on this topic.
GetLegendMetafile Method
See Also 
dotnetCHARTING Namespace > Chart Class : GetLegendMetafile 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 GetLegendMetafile() As Metafile
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Metafile
 
value = instance.GetLegendMetafile()
C# 
public Metafile GetLegendMetafile()

Return Value

A Metafile of the legend box image.

See Also

© 2010 All Rights Reserved.