Chart.SaveXml Method (String)

.NET Framework (current version)
 

Saves the current state of the chart to an XML file. This method is mainly used for support purposes. The executing thread must have file write permission.

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

Public Sub SaveXml (
	name As String
)

Parameters

name
Type: System.String

The file name to save.

.NET Framework
Available since 4.0
Return to top
Show: