ApplyTemplate method (XY Plot object)
Applies a template to the current XY Plot.
Syntax
XYPlot1
.ApplyTemplate
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 btnApplyTemplate() XYPlot1.ApplyTemplate "MyTemplate" End Sub
Provide Feedback