PlotInterval Property

The PlotInterval property returns or sets the fit interval. Returns a Long.

Syntax

object.PlotInterval

object.PlotInterval = PlotInterval

 

Parameter Type Description
PlotInterval Long required, grfFitPlotInterval

 

Example 1

This example shows how to set the plot interval for a fit curve.

FitLinear.plotInterval = grfUseAxisLimits

Example 2

This example shows how to return the plot interval for a fit curve.

Debug.Print FitLinear.plotInterval

 

Used by: AutoFitPlot object