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


Causes the chart to generate and returns the path of the saved image.

Syntax

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

Return Value

Path of the saved image.

See Also

© 2010 All Rights Reserved.