Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Save(String) Method
See Also 
Dundas.Charting.WebControl Namespace > Chart Class > Save Method : Save(String) Method


imageFileName
Image file name
Saves image into the file. ImageType, Compression and other control properties are used.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Save( _
   ByVal imageFileName As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim imageFileName As String
 
instance.Save(imageFileName)
C#  
public void Save( 
   string imageFileName
)

Parameters

imageFileName
Image file name

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also