Family Property

The Family property returns or sets the family parameter used by a LOESS (LOWESS) fit. Use AddFit to add a fit. Returns a Long.

Syntax

object.Family

object.Family = Family

 

Parameter Type Description
Family Long required, use grfLOESSFamilyType

 

Example 1

This example shows how to assign the Gaussian fit family for the LOESS fit.

FitLOESS.Family = grfLOESSFamilyGaussian

Example 2

This example shows how to return the fit family for the LOESS fit equation that is used.

Debug.Print FitLOESS.Family

 

Used by: AutoFitPlot object