Chart.SaveChartTemplate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the current chart 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.