dotnetCHARTING Send comments on this topic.
SaveImage(Metafile,Boolean) Method
See Also 
dotnetCHARTING Namespace > FileManager Class > SaveImage Method : SaveImage(Metafile,Boolean) Method


mf
Metafile to save.
fileSaved
for later chart display.
Saves a Metafile in the TempDirectory and displays it in the chart control.

Syntax

Visual Basic (Declaration)  
Public Overloads Function SaveImage( _
   ByVal mf As Metafile, _
   ByVal fileSaved As Boolean _
) As String
Visual Basic (Usage) Copy Code
Dim instance As FileManager
Dim mf As Metafile
Dim fileSaved As Boolean
Dim value As String
 
value = instance.SaveImage(mf, fileSaved)
C#  
public string SaveImage( 
   Metafile mf,
   bool fileSaved
)

Parameters

mf
Metafile to save.
fileSaved
for later chart display.

Return Value

Path of the saved image.

See Also