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


imageFileName
The pathname of the image to be saved to disk.
Image file name

Saves the chart image to disk.


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
The pathname of the image to be saved to disk.
Image file name

Remarks

You can save all chart pictures to disk, regardless of the rendering type used.

The imageFileName argument must use a full pathname (e.g. c:\MyPic.jpg). Note that you must also specify the file extension.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.