Chart.SaveChartTemplate Method
Saves a custom chart template to the list of available chart templates.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub SaveChartTemplate ( _
FileName As String _
)
'Usage
Dim instance As Chart
Dim FileName As String
instance.SaveChartTemplate(FileName)
void SaveChartTemplate(
string FileName
)
Parameters
- FileName
Type: System.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.