PlotTemplate Object (concept)

3D Graph Control

PlotTemplate Object

Special instance of a CWPlot3D object used to specify the default property values of new plots. The PlotTemplate object properties are the identical to those of the Plot3D object and are set through the property pages or programmatically.

The PlotTemplate property values are used as default property values for newly created plots when the Add method is called on the Plots3D collection. If you call one of the Plot methods on CWGraph3D and none of the plots have MultiPlot set to True, CWGraph3D automatically creates a new plot with the PlotTemplate object properties.

See Also

CWPlot3D

CWGraph3D.PlotTemplate