ChartSheetBase.SaveChartTemplate(String) Method

Definition

Saves the chart on the ChartSheetBase as a custom template in the list of available chart templates.

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

Parameters

filename
String

The name of the new chart template.

Remarks

By default, this method saves the current 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