StatDigits Property
The StatDigits property returns or sets the number of fixed or significant digits for the fit statistics. Returns a Long.
Syntax
object.StatDigits
object.StatDigits = StatDigits
Parameter | Type | Description |
StatDigits | Long | required, number of decimal digits when StatNumbeFormat = TRUE. Number of significant digits when StatNumberFormat = FALSE. |
Example
This example shows how to set the statistics numeric format to 3 decimal places.
AutoFitPlot.StatDigits = 3
Used by: AutoFitPlot object