Chart.SaveXml(String) Method

Definition

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.

public:
 void SaveXml(System::String ^ name);
public void SaveXml (string name);
member this.SaveXml : string -> unit
Public Sub SaveXml (name As String)

Parameters

name
String

The file name to save.

Applies to