PlotType Property
The PlotType property returns the plot type (grfPlotType). Returns a Long.
Syntax
object.PlotType
object.PlotType =PlotType
Example
This example shows how to return the plot type to the debug window.
Debug.Print FitCurve.PlotType
Used by: AutoPlot object