DeleteTemplate method (XY Plot object)

Deletes the specified template.
Syntax
XYPlot1
.
DeleteTemplate
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 btnDeleteTemplate() XYPlot1.DeleteTemplate "MyTemplate" End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal