Chart.SaveImage Method (String)

.NET Framework (current version)
 

Saves the chart image to the specified file. The properties ImageType, Compression and other Chart control properties are used.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

member SaveImage : 
        imageFileName:string -> unit

Parameters

imageFileName
Type: System.String

The image file name.

.NET Framework
Available since 4.0
Return to top
Show: