ChartSheet.SaveChartTemplate(String) Method

Definition

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

public:
 void SaveChartTemplate(System::String ^ Filename);
public void SaveChartTemplate (string Filename);
abstract member 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