InterpolationFactor Property

The InterpolationFactor property returns or sets the Q-Q plot interpolation factor value. Returns a Double.

Syntax

object.InterpolationFactor

object.InterpolationFactort = InterpolationFactor

 

Parameter Type Description
InterpolationFactor Long required, Interpolation Factor value

 

Example 1

This example shows how to set the interpolation factor to 5.

Q_QPlot.InterpolationFactor = 5

Example 2

This example shows how to return the Q-Q plot interpolation factor.

Debug.Print Q_QPlot.InterpolationFactor

 

Used by: AutoQQPlot Object