ClassToFit Property
The ClassToFit property returns or sets which class is fitted in the class plot fit curve. Returns a Long.
Syntax
object.ClassToFit
object.ClassToFit = ClassToFit
Parameter | Type | Description |
ClassToFit | Long | required, 0-based index selecting the class |
Remarks
Setting ClassToFit = 0 calculates the fit on all class data. The values from 1 to NumberOfClasses, specify a single class to which the fit is added.
Example
This example shows how to set the fit to be calculated from the first class.
FitPlot.ClassToFit = 1
Used by: AutoFitPlot Object