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


memoryStream
Saves a MemoryStream in the TempDirectory with the format set in chart.ImageFormat chart control.

Syntax

Visual Basic (Declaration)  
Public Overloads Function SaveImage( _
   ByVal memoryStream As MemoryStream _
) As String
Visual Basic (Usage) Copy Code
Dim instance As FileManager
Dim memoryStream As MemoryStream
Dim value As String
 
value = instance.SaveImage(memoryStream)
C#  
public string SaveImage( 
   MemoryStream memoryStream
)

Parameters

memoryStream

Return Value

Path of the saved file.

See Also