SaveTemplate method (XY Plot object)
Saves the current styles as a template. If the template already exists, it will be replaced automatically.
Syntax
XYPlot1
.SaveTemplate
TemplateName
where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.TemplateName
- is a parameter of the type String that specifies the name of the template.Example
Private Sub btnSaveTemplate() XYPlot1.SaveTemplate "MyTemplate" End Sub
Provide Feedback