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 a custom chart template to 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
Required 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.