StatNumberFormat Property
The StatNumberFormat property returns or sets the numeric format for the fit statistics. Returns a Boolean.
Syntax
object.StatNumberFormat
object.StatNumberFormat = StatNumberFormat
Parameter | Type | Description |
StatNumberFormat | Boolean | required, TRUE to display fit statistics with a fixed format. FALSE to display to display fit statistics with a compact format. |
Example
This example shows how to set the statistics numeric format to a fixed number of decimal places.
AutoFitPlot.StatNumberFormat = True
Used by: AutoFitPlot object