_Chart.SaveChartTemplate(String) Method

Definition

Saves a custom chart template to the list of available chart templates.

public:
 void SaveChartTemplate(System::String ^ Filename);
public void SaveChartTemplate (string Filename);
Public Sub SaveChartTemplate (Filename As String)

Parameters

Filename
String

The name of the chart template.

Remarks

By default, this method saves the active chart to the user's chart template directory. If a UNC or URL is specified, the chart will be saved to the specified location instead.

Applies to